* data/lalr1.cc (yylex_): Remove, inline its code.
authorAkim Demaille <akim@epita.fr>
Fri, 16 Sep 2005 12:12:36 +0000 (12:12 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 16 Sep 2005 12:12:36 +0000 (12:12 +0000)
commitdbcdae2d043dd79b31080d9c41a2ef2cab97b457
tree64a8309fd808795e31069e130f0ec3a464a8fefc
parent70d8f2910e8cb30f99f37541a887889cb5ccf48b
* 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.
ChangeLog
data/lalr1.cc