mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 05:43:03 +00:00
The header can also be produced directly, without any obstack!
Yahoo! * src/files.c, src/files.h (defines_obstack): Remove. (compute_header_macro): Global. (defines_obstack_save): Remove. * src/reader.c (parse_union_decl): No longer output to defines_obstack: its content can be found in the `stype' muscle anyway. (output_token_translations): Merge into... (symbols_output): this. Rename as... (symbols_save): this. (reader): Adjust. * src/output.c (header_output): New. (output): Call it.
This commit is contained in:
19
ChangeLog
19
ChangeLog
@@ -1,3 +1,22 @@
|
||||
2001-12-15 Akim Demaille <akim@epita.fr>
|
||||
|
||||
The header can also be produced directly, without any obstack!
|
||||
Yahoo!
|
||||
|
||||
* src/files.c, src/files.h (defines_obstack): Remove.
|
||||
(compute_header_macro): Global.
|
||||
(defines_obstack_save): Remove.
|
||||
* src/reader.c (parse_union_decl): No longer output to
|
||||
defines_obstack: its content can be found in the `stype' muscle
|
||||
anyway.
|
||||
(output_token_translations): Merge into...
|
||||
(symbols_output): this.
|
||||
Rename as...
|
||||
(symbols_save): this.
|
||||
(reader): Adjust.
|
||||
* src/output.c (header_output): New.
|
||||
(output): Call it.
|
||||
|
||||
2001-12-15 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/reader.c (parse_union_decl): Instead of handling two obstack
|
||||
|
||||
Reference in New Issue
Block a user