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.22 by root, Fri Nov 23 16:38:51 2007 UTC vs.
Revision 1.23 by root, Sat Nov 24 08:28:10 2007 UTC

10# define aTHX_ 10# define aTHX_
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 SV *self; /* contains this struct */ \ 17 SV *self; /* contains this struct */ \
17 SV *cb_sv, *fh, *data; 18 SV *cb_sv, *fh, *data;
18 19
19#ifndef EV_PROTOTYPES 20#ifndef EV_PROTOTYPES
20# define EV_PROTOTYPES 0 21# define EV_PROTOTYPES 0
21#endif 22#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines