]> git.saurik.com Git - bison.git/commitdiff
* data/bison.c++: Remove a debug line.
authorRobert Anisko <robert@lrde.epita.fr>
Mon, 4 Mar 2002 16:48:33 +0000 (16:48 +0000)
committerRobert Anisko <robert@lrde.epita.fr>
Mon, 4 Mar 2002 16:48:33 +0000 (16:48 +0000)
ChangeLog
data/bison.c++

index 4a6ec15a9d3e78312be0123b4bcf33ba9d388651..8e13e58c62258a14ca5dee0430feec0180652216 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-04  Robert Anisko  <robert@lrde.epita.fr>
+
+       * data/bison.c++: Remove a debug line.
+
 2002-03-04  Robert Anisko  <robert@lrde.epita.fr>
 
        * data/bison.c++: Unmerge value as yylval and value as yyval.  Unmerge
index a07d27c6e233e768ab7ab77c04a9a7750a395a74..0992bf8d22adbb7beb514a89342f55d118e094af 100644 (file)
@@ -394,8 +394,6 @@ yy::b4_name::parse ()
       YYLLOC_DEFAULT (yyloc, slice, len_);
     }
 
-  std::cout << "Reduced location is :" << yyloc << std::endl;
-
   {
     SemanticStack& yyvsp (semantic_stack_);
     LocationStack& yylsp (location_stack_);