* data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.

This commit is contained in:
Akim Demaille
2004-11-17 16:48:45 +00:00
parent 9a1e998918
commit c1f8f16a9b
2 changed files with 6 additions and 1 deletions

View File

@@ -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] << " ("