mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 22:33:03 +00:00
Don't store the token defs in a muscle, just be ready to output it
on command. Now possible via `symbols'. Fixes a memory leak. * src/output.c (token_definitions_output): New. (output_parser, header_output): Use it. * src/reader.c (symbols_save): Remove.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2001-12-29 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Don't store the token defs in a muscle, just be ready to output it
|
||||
on command. Now possible via `symbols'. Fixes a memory leak.
|
||||
|
||||
* src/output.c (token_definitions_output): New.
|
||||
(output_parser, header_output): Use it.
|
||||
* src/reader.c (symbols_save): Remove.
|
||||
|
||||
|
||||
2001-12-29 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/bison.simple: Do not provide a default for YYSTYPE and
|
||||
|
||||
Reference in New Issue
Block a user