aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.c
diff options
context:
space:
mode:
Diffstat (limited to 'awkgram.c')
-rw-r--r--awkgram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/awkgram.c b/awkgram.c
index db6de45d..e3e3bf0b 100644
--- a/awkgram.c
+++ b/awkgram.c
@@ -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)