]> git.saurik.com Git - bison.git/commitdiff
* data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
authorAkim Demaille <akim@epita.fr>
Wed, 17 Nov 2004 16:48:45 +0000 (16:48 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 17 Nov 2004 16:48:45 +0000 (16:48 +0000)
ChangeLog
data/lalr1.cc

index 44acb78e617b832f763bd17eac469a43cf4dda1f..9298e15a5891c66ebf0fc30b3676a6b62f6b322a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-2004-11-17  Akim Demaille  <akim@epita.fr>,
+2004-11-17  Akim Demaille  <akim@epita.fr>
+
+       * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
+
+2004-10-28  Akim Demaille  <akim@epita.fr>,
            Alexandre Duret-Lutz <adl@gnu.org>
 
        * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow
index 29301b696cabac79debcf4595df6ece6535b6dc2..4e9f9cb2133a4f65fe1c39473837c38205a91649 100644 (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] << " ("