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

Comparing libev/ev.c (file contents):
Revision 1.186 by root, Sat Dec 15 23:14:38 2007 UTC vs.
Revision 1.187 by root, Sun Dec 16 21:54:28 2007 UTC

1046 array_free (fdchange, EMPTY); 1046 array_free (fdchange, EMPTY);
1047 array_free (timer, EMPTY); 1047 array_free (timer, EMPTY);
1048#if EV_PERIODIC_ENABLE 1048#if EV_PERIODIC_ENABLE
1049 array_free (periodic, EMPTY); 1049 array_free (periodic, EMPTY);
1050#endif 1050#endif
1051#if EV_FORK_ENABLE
1052 array_free (fork, EMPTY);
1053#endif
1051 array_free (prepare, EMPTY); 1054 array_free (prepare, EMPTY);
1052 array_free (check, EMPTY); 1055 array_free (check, EMPTY);
1053 array_free (fork, EMPTY);
1054 1056
1055 backend = 0; 1057 backend = 0;
1056} 1058}
1057 1059
1058void inline_size infy_fork (EV_P); 1060void inline_size infy_fork (EV_P);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines