]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/reader.c (parse_union_decl): Instead of handling two obstack
[bison.git] / ChangeLog
index 1acdebe841b4f6b29dea4ff6ca6f66639559b4c1..51aef9c0085115c99263b338d0469fd6e465e98d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2001-12-15  Akim Demaille  <akim@epita.fr>
+
+       * src/reader.c (parse_union_decl): Instead of handling two obstack
+       simultaneously, use one to define the `stype' muscle, and use the
+       value of the latter to fill defines_obstack.
+       (copy_comment): Remove.
+       (copy_comment2): Work for a single obstack.
+       Rename as...
+       (copy_comment): this.
+
 2001-12-15  Akim Demaille  <akim@epita.fr>
 
        * src/lex.c, src/lex.h (xgetc): No longer static.