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

Comparing libev/ev.c (file contents):
Revision 1.251 by root, Thu May 22 03:42:34 2008 UTC vs.
Revision 1.252 by root, Thu May 22 03:43:32 2008 UTC

1568 1568
1569 for (i = NUMPRI; i--; ) 1569 for (i = NUMPRI; i--; )
1570 { 1570 {
1571 assert (pendingmax [i] >= pendingcnt [i]); 1571 assert (pendingmax [i] >= pendingcnt [i]);
1572#if EV_IDLE_ENABLE 1572#if EV_IDLE_ENABLE
1573 assert (idleall >= 0);
1573 assert (idlemax [i] >= idlecnt [i]); 1574 assert (idlemax [i] >= idlecnt [i]);
1574 array_verify (EV_A_ (W *)idles [i], idlecnt [i]); 1575 array_verify (EV_A_ (W *)idles [i], idlecnt [i]);
1575#endif 1576#endif
1576 } 1577 }
1577 1578

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines