mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-06-08 08:42:35 +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:
@@ -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