summaryrefslogtreecommitdiff
path: root/zwgc/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/lexer.h')
-rw-r--r--zwgc/lexer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zwgc/lexer.h b/zwgc/lexer.h
index fd76e8f..0cda2b4 100644
--- a/zwgc/lexer.h
+++ b/zwgc/lexer.h
@@ -48,12 +48,12 @@ extern int yylineno;
* a file. Resets current line # to 1.
*/
-extern void lex_open(/* FILE *file */);
+extern void lex_open(FILE *);
/*
* yylex - performs as per. the yacc manual's requirements
*/
-extern int yylex();
+/* extern int yylex(); */
#endif