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

Comparing libev/README.embed (file contents):
Revision 1.5 by root, Tue Nov 6 19:45:29 2007 UTC vs.
Revision 1.6 by root, Tue Nov 6 19:46:15 2007 UTC

124 124
125 For example, the perl EV module uses this: 125 For example, the perl EV module uses this:
126 126
127 #define EV_COMMON \ 127 #define EV_COMMON \
128 SV *self; /* contains this struct */ \ 128 SV *self; /* contains this struct */ \
129 SV *cb_sv, *fh; 129 SV *cb_sv, *fh /* note no trailing ";" */
130 130
131 EV_PROTOTYPES 131 EV_PROTOTYPES
132 132
133 If defined to be "0", then "ev.h" will not define any function 133 If defined to be "0", then "ev.h" will not define any function
134 prototypes, but still define all the structs and other 134 prototypes, but still define all the structs and other

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines