… | … | ||
---|---|---|---|
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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |