mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* data/lalr1.cc (Parser:print_): Remove, use %printer instead.
* tests/regression.at (_AT_DATA_DANCER_Y): Adjust. * tests/calc.at (_AT_DATA_CALC_Y): Ditto. * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
This commit is contained in:
@@ -263,7 +263,6 @@ namespace yy
|
||||
|
||||
virtual void lex_ ();
|
||||
virtual void error_ ();
|
||||
virtual void print_ ();
|
||||
virtual void report_syntax_error_ ();
|
||||
#if YYDEBUG
|
||||
virtual void symprint_ (int yytype,
|
||||
|
||||
Reference in New Issue
Block a user