diff options
Diffstat (limited to 'awkgram.c')
-rw-r--r-- | awkgram.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5391,7 +5391,7 @@ yylex(void) return lasttok = NEWLINE_EOF; pushback(); -#if defined OS2 || defined __EMX__ +#if defined __EMX__ /* * added for OS/2's extproc feature of cmd.exe * (like #! in BSD sh) |