From ea96ccd1f26e7317e37d69d9d81943090d3f6488 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Mon, 21 Jan 2008 16:20:51 +0000 Subject: Oh, right, put the correct prototype for yylex back in --- zwgc/lexer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zwgc') 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 -- cgit v1.2.3