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

Comparing libev/import_libevent (file contents):
Revision 1.1 by root, Mon Nov 5 17:53:07 2007 UTC vs.
Revision 1.2 by root, Tue Nov 6 16:09:37 2007 UTC

10 print "#ifndef EV_STANDALONE\n$_#endif\n"; 10 print "#ifndef EV_STANDALONE\n$_#endif\n";
11 next; 11 next;
12 } 12 }
13 if (/#include "misc.h"/) { 13 if (/#include "misc.h"/) {
14 print "#ifndef EV_STANDALONE\n$_#endif\n"; 14 print "#ifndef EV_STANDALONE\n$_#endif\n";
15 next;
16 }
17 if (/#include "(unistd.h|sys/time.h)"/) {
18 print "#ifndef WIN32\n$_#endif\n";
15 next; 19 next;
16 } 20 }
17 next if /#include "log.h"/; 21 next if /#include "log.h"/;
18 22
19 print; 23 print;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines