From 0adf4638d1aa53549ef1e91b5a3f75f5e835f15d Mon Sep 17 00:00:00 2001 From: Damian Gryski Date: Wed, 24 Oct 2012 09:31:21 +0200 Subject: Update generated lexer.gen.* and parser.gen.* files --- parser.gen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parser.gen.h') diff --git a/parser.gen.h b/parser.gen.h index d29c12a0..0e5c8007 100644 --- a/parser.gen.h +++ b/parser.gen.h @@ -138,7 +138,7 @@ int yyparse (); #endif #else /* ! YYPARSE_PARAM */ #if defined __STDC__ || defined __cplusplus -int yyparse (block* answer, int* errors, struct locfile* locations, yyscan_t lexer); +int yyparse (block* answer, int* errors, struct locfile* locations, struct lexer_param* lexer_param_ptr); #else int yyparse (); #endif -- cgit v1.2.3