]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
[bison.git] / ChangeLog
index 3d44a0a7ce1a40c5bc7ce9283e4b279b62b1c96c..b2db6979ae7bb93ca267ba59bb1cef74d22622af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2001-09-23  Pascal Bart  <pascal.bart@epita.fr>
+
+       * src/reader.c (parse_union_decl): Add new obstack union_obstack.  Which
+       will contain `%union' declaration.
+       (parse_union_decl): Delete #line directive output.
+       (parse_union_decl): Substitute /attrs_obstack/union_obstack for all
+       informations about %union.
+       (parse_union_decl): Copy the union_obstack in the muscle stype.
+       * src/bison.simple: Add new #line directive.
+       Add typdef %%stype YYSTYPE.
+
 2001-09-23  Pascal Bart  <pascal.bart@epita.fr>
 
        * src/bison.simple: Add new `#line' directive.