mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 14:53:03 +00:00
* 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.
This commit is contained in:
10
ChangeLog
10
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.
|
||||
|
||||
Reference in New Issue
Block a user