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

Comparing EV/EV/MakeMaker.pm (file contents):
Revision 1.8 by root, Mon Apr 7 13:28:32 2008 UTC vs.
Revision 1.9 by root, Mon Apr 7 13:28:55 2008 UTC

67 BOOT: 67 BOOT:
68 I_EV_API ("YourModule"); 68 I_EV_API ("YourModule");
69 69
70=head1 API 70=head1 API
71 71
72See the L<EVAPI.h|http://cvs.schmorp.de/EV/EV/EVAPI.h> header. 72See the L<EVAPI.h|http://cvs.schmorp.de/EV/EV/EVAPI.h> header, which you should include instead
73of F<ev.h>.
73 74
74In short, all the functions and macros from F<ev.h> should work, except 75In short, all the functions and macros from F<ev.h> should work, except
75that the trailing underscore macros (C<EV_A_>, C<EV_DEFAULT_>) are not 76that the trailing underscore macros (C<EV_A_>, C<EV_DEFAULT_>) are not
76available (except C<EV_P_> :). 77available (except C<EV_P_> :).
77 78

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines