]> git.saurik.com Git - bison.git/commitdiff
* src/output.c (output_parser): Fix. Store single '%' characters in
authorRobert Anisko <robert@lrde.epita.fr>
Mon, 27 Aug 2001 14:34:02 +0000 (14:34 +0000)
committerRobert Anisko <robert@lrde.epita.fr>
Mon, 27 Aug 2001 14:34:02 +0000 (14:34 +0000)
the output obstack instead of throwing them away.

ChangeLog
src/output.c

index 9da3c2f607030157d1f0d3fbb08467016884f7a9..4636c07773890b90b40245a4ec3f89b2b2616a77 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-27  Robert Anisko  <robert.anisko@epita.fr>
+
+       * src/output.c (output_parser): Fix.  Store single '%' characters in
+       the output obstack instead of throwing them away.
+
 2001-08-27  Akim Demaille  <akim@epita.fr>
 
        * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
index 72e4048a22feacd2b7614625a9fedc85f7481047..254927d047f3325b4a1d9600bd31dd97e74abd7d 100644 (file)
@@ -1009,6 +1009,8 @@ output_parser (void)
              obstack_sgrow (&table_obstack, macro_key);
            }
        }
+      else
+       obstack_1grow (&table_obstack, '%');
     }
 
   /* End. */