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

Comparing libev/import_libevent (file contents):
Revision 1.3 by root, Tue Nov 6 17:09:45 2007 UTC vs.
Revision 1.4 by root, Tue Nov 6 17:20:42 2007 UTC

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; 15 next;
16 } 16 }
17 if (/#include "(unistd.h|sys/time.h)"/) { 17 if (/#include "(unistd.h|sys\/time.h)"/) {
18 print "#ifndef WIN32\n$_#endif\n"; 18 print "#ifndef WIN32\n$_#endif\n";
19 next; 19 next;
20 } 20 }
21 next if /#include "log.h"/; 21 next if /#include "log.h"/;
22 22

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines