aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.y
diff options
context:
space:
mode:
Diffstat (limited to 'awkgram.y')
-rw-r--r--awkgram.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/awkgram.y b/awkgram.y
index 4f5df2d3..98e32a4b 100644
--- a/awkgram.y
+++ b/awkgram.y
@@ -2750,7 +2750,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)