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

Comparing libev/ev.c (file contents):
Revision 1.257 by root, Sun Jun 29 22:32:51 2008 UTC vs.
Revision 1.258 by root, Sun Sep 7 18:15:12 2008 UTC

1511{ 1511{
1512 postfork = 1; /* must be in line with ev_default_fork */ 1512 postfork = 1; /* must be in line with ev_default_fork */
1513} 1513}
1514 1514
1515#if EV_VERIFY 1515#if EV_VERIFY
1516void noinline 1516static void noinline
1517verify_watcher (EV_P_ W w) 1517verify_watcher (EV_P_ W w)
1518{ 1518{
1519 assert (("watcher has invalid priority", ABSPRI (w) >= 0 && ABSPRI (w) < NUMPRI)); 1519 assert (("watcher has invalid priority", ABSPRI (w) >= 0 && ABSPRI (w) < NUMPRI));
1520 1520
1521 if (w->pending) 1521 if (w->pending)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines