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

Comparing libev/event.c (file contents):
Revision 1.16 by root, Sun Nov 4 22:03:17 2007 UTC vs.
Revision 1.17 by root, Sun Nov 4 23:14:11 2007 UTC

89 else 89 else
90 x_cur = (struct event_base *)ev_default_loop (EVMETHOD_AUTO); 90 x_cur = (struct event_base *)ev_default_loop (EVMETHOD_AUTO);
91#else 91#else
92 assert (("multiple event bases not supported when not compiled with EV_MULTIPLICITY", !x_cur)); 92 assert (("multiple event bases not supported when not compiled with EV_MULTIPLICITY", !x_cur));
93 93
94 x_cur = (struct event_base *)ev_default_loop (EVMETHOD_AUTO); 94 x_cur = (struct event_base *)(long)ev_default_loop (EVMETHOD_AUTO);
95#endif 95#endif
96 96
97 return x_cur; 97 return x_cur;
98} 98}
99 99

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines