aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/lex/header.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/lex/header.c')
-rw-r--r--src/cmd/lex/header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/lex/header.c b/src/cmd/lex/header.c
index 8b1ba5f0..8264f4c4 100644
--- a/src/cmd/lex/header.c
+++ b/src/cmd/lex/header.c
@@ -31,7 +31,7 @@ phead1(void)
Bprint(&fout,"int yymorfg;\n");
Bprint(&fout,"extern Uchar *yysptr, yysbuf[];\n");
Bprint(&fout,"int yytchar;\n");
-// Bprint(&fout,"FILE *yyin = stdin, *yyout = stdout;\n");
+/* Bprint(&fout,"FILE *yyin = stdin, *yyout = stdout;\n"); */
Bprint(&fout,"FILE *yyin, *yyout;\n");
Bprint(&fout,"extern int yylineno;\n");
Bprint(&fout,"struct yysvf { \n");