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

Comparing EV/EV.xs (file contents):
Revision 1.15 by root, Wed Oct 31 10:50:05 2007 UTC vs.
Revision 1.16 by root, Wed Oct 31 10:53:54 2007 UTC

10#define EV_COMMON \ 10#define EV_COMMON \
11 SV *self; /* contains this struct */ \ 11 SV *self; /* contains this struct */ \
12 SV *cb_sv, *fh; 12 SV *cb_sv, *fh;
13 13
14#include "EV/EVAPI.h" 14#include "EV/EVAPI.h"
15
16#include "libev/ev.c"
15 17
16typedef int Signal; 18typedef int Signal;
17 19
18static struct EVAPI evapi; 20static struct EVAPI evapi;
19 21

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines