From c293139b066d728ad68d48dfe25292e72621645d Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 7 Aug 2014 07:13:42 -0700 Subject: * parser.l (yyerr): Function removed; it is not used in the lexer, and converted to a macro in the parser. * parser.y (define_transform): take a parser argument rather than scanner. Set up scnr local variable for yyerr macro. Remove scnr argument from macro calls. (yyerr): New macro. (grammar): Remove scnr argument from yyerr calls. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a59d2162..1b477aea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2014-08-07 Kaz Kylheku + + * parser.l (yyerr): Function removed; it is not used in the lexer, + and converted to a macro in the parser. + + * parser.y (define_transform): take a parser argument rather + than scanner. Set up scnr local variable for yyerr macro. + Remove scnr argument from macro calls. + (yyerr): New macro. + (grammar): Remove scnr argument from yyerr calls. + 2014-08-07 Kaz Kylheku Reentrant parser regression -- cgit v1.2.3