* data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in

C++ parsers.
(yy::b4_name::parse): Build verbose error messages, and use error_.
This commit is contained in:
Robert Anisko
2002-02-07 11:35:40 +00:00
parent 9f007dfecc
commit 4bb2bc3f61
2 changed files with 53 additions and 7 deletions

View File

@@ -1,3 +1,9 @@
2002-02-07 Robert Anisko <robert@lrde.epita.fr>
* data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
C++ parsers.
(yy::b4_name::parse): Build verbose error messages, and use error_.
2002-02-06 Robert Anisko <robert@lrde.epita.fr>
* data/bison.c++: Fix m4 quoting in comments.