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

Comparing EV/EV/EVAPI.h (file contents):
Revision 1.37 by root, Sat Dec 22 05:47:55 2007 UTC vs.
Revision 1.38 by root, Fri Jan 25 15:45:08 2008 UTC

11# define pTHX 11# define pTHX
12# define aTHX 12# define aTHX
13#endif 13#endif
14 14
15#define EV_COMMON \ 15#define EV_COMMON \
16 int flags; /* cheap on 64 bit systems */ \ 16 int e_flags; /* cheap on 64 bit systems */ \
17 SV *loop; \ 17 SV *loop; \
18 SV *self; /* contains this struct */ \ 18 SV *self; /* contains this struct */ \
19 SV *cb_sv, *fh, *data; 19 SV *cb_sv, *fh, *data;
20 20
21#ifndef EV_PROTOTYPES 21#ifndef EV_PROTOTYPES

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines