ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.c
(Generate patch)

Comparing libev/ev.c (file contents):
Revision 1.357 by root, Sat Oct 23 22:25:44 2010 UTC vs.
Revision 1.358 by root, Sun Oct 24 14:44:40 2010 UTC

2006} 2006}
2007#endif 2007#endif
2008 2008
2009#if EV_MULTIPLICITY 2009#if EV_MULTIPLICITY
2010struct ev_loop * 2010struct ev_loop *
2011ev_default_loop_init (unsigned int flags)
2012#else 2011#else
2013int 2012int
2013#endif
2014ev_default_loop (unsigned int flags) 2014ev_default_loop (unsigned int flags)
2015#endif
2016{ 2015{
2017 if (!ev_default_loop_ptr) 2016 if (!ev_default_loop_ptr)
2018 { 2017 {
2019#if EV_MULTIPLICITY 2018#if EV_MULTIPLICITY
2020 EV_P = ev_default_loop_ptr = &default_loop_struct; 2019 EV_P = ev_default_loop_ptr = &default_loop_struct;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines