]> git.saurik.com Git - bison.git/commitdiff
* src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
authorPascal Bart <pascal.bart@epita.fr>
Sun, 23 Sep 2001 15:33:14 +0000 (15:33 +0000)
committerPascal Bart <pascal.bart@epita.fr>
Sun, 23 Sep 2001 15:33:14 +0000 (15:33 +0000)
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.


No differences found