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