X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/70d8f2910e8cb30f99f37541a887889cb5ccf48b..dbcdae2d043dd79b31080d9c41a2ef2cab97b457:/ChangeLog diff --git a/ChangeLog b/ChangeLog index e392ea26..c619d4d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2005-09-16 Akim Demaille + + * data/lalr1.cc (yylex_): Remove, inline its code. + (yyreport_syntax_error_): Remove, replaced by... + (yysyntax_error_): this which returns a string and leaves to the + caller the call to the users' error function. + (yylooka_, yyilooka_, yylval, yylloc, yyerror_range_, yyval, yyloc): + Move from members of the parser object... + (yylooka, yyilooka, yylval, yylloc, yyerror_range, yyval, yyloc): + to local variables of the parse function. + 2005-09-16 Akim Demaille * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF