* data/lalr1.cc (Parser::report_syntax_error_): New, extracted from

(Parser::parse): here.
Adjust: nerrs and errstatus is now replaced by...
(Parser::nerrs_, Parser::errstatus_): New.
This commit is contained in:
Akim Demaille
2003-08-26 05:21:41 +00:00
parent 603f1cfdc5
commit a08460b08c
2 changed files with 58 additions and 44 deletions

View File

@@ -1,3 +1,10 @@
2003-08-26 Akim Demaille <akim@epita.fr>
* data/lalr1.cc (Parser::report_syntax_error_): New, extracted from
(Parser::parse): here.
Adjust: nerrs and errstatus is now replaced by...
(Parser::nerrs_, Parser::errstatus_): New.
2003-08-25 Akim Demaille <akim@epita.fr>
* config/announce-gen, Makefile.cfg: New.