mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
This commit is contained in:
@@ -429,6 +429,7 @@ yy::]b4_parser_class_name[::symprint_ (int yytype,
|
||||
(void) yylocationp;
|
||||
/* Backward compatibility, but should be removed eventually. */
|
||||
std::ostream& cdebug_ = *yycdebug_;
|
||||
(void) cdebug_;
|
||||
|
||||
*yycdebug_ << (yytype < ntokens_ ? "token" : "nterm")
|
||||
<< ' ' << name_[yytype] << " ("
|
||||
|
||||
Reference in New Issue
Block a user