summaryrefslogtreecommitdiff
path: root/awkgram.y
diff options
context:
space:
mode:
Diffstat (limited to 'awkgram.y')
-rw-r--r--awkgram.y11
1 files changed, 0 insertions, 11 deletions
diff --git a/awkgram.y b/awkgram.y
index daf90a5b..36cac704 100644
--- a/awkgram.y
+++ b/awkgram.y
@@ -3612,17 +3612,6 @@ yylex(void)
return lasttok = NEWLINE_EOF;
pushback();
-#if defined __EMX__
- /*
- * added for OS/2's extproc feature of cmd.exe
- * (like #! in BSD sh)
- */
- if (strncasecmp(lexptr, "extproc ", 8) == 0) {
- while (*lexptr && *lexptr != '\n')
- lexptr++;
- }
-#endif
-
lexeme = lexptr;
thisline = NULL;