X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/c51d1a1973f08d7a7f30d4efe44268ffc618eea0..180d45ba81510aee0de19f20fc6069b9681abe3c:/ChangeLog?ds=inline diff --git a/ChangeLog b/ChangeLog index 3d44a0a7..b2db6979 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2001-09-23 Pascal Bart + + * 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 * src/bison.simple: Add new `#line' directive.