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

Comparing libev/ev_vars.h (file contents):
Revision 1.12 by root, Mon Nov 26 19:49:36 2007 UTC vs.
Revision 1.13 by root, Tue Nov 27 10:59:11 2007 UTC

78 78
79VARx(struct ev_check **, checks) 79VARx(struct ev_check **, checks)
80VARx(int, checkmax) 80VARx(int, checkmax)
81VARx(int, checkcnt) 81VARx(int, checkcnt)
82 82
83#if EV_FORK_ENABLE || EV_GENWRAP
84VARx(struct ev_fork **, forks)
85VARx(int, forkmax)
86VARx(int, forkcnt)
87#endif
88
83#undef VARx 89#undef VARx
84 90

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines