summaryrefslogtreecommitdiff
path: root/zwgc/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/lexer.h')
-rw-r--r--zwgc/lexer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/lexer.h b/zwgc/lexer.h
index 0cda2b4..27c3e75 100644
--- a/zwgc/lexer.h
+++ b/zwgc/lexer.h
@@ -54,6 +54,6 @@ extern void lex_open(FILE *);
* yylex - performs as per. the yacc manual's requirements
*/
-/* extern int yylex(); */
+extern int yylex(void);
#endif