mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 21:33:04 +00:00
Get rid of the ad hoc handling of token_buffer in the scanner: use
the obstacks. * src/lex.c (token_obstack): New. (init_lex): Initialize it. No longer call... (grow_token_buffer): this. Remove it. Adjust all the places which used it to use the obstack.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2001-01-19 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Get rid of the ad hoc handling of token_buffer in the scanner: use
|
||||
the obstacks.
|
||||
|
||||
* src/lex.c (token_obstack): New.
|
||||
(init_lex): Initialize it. No longer call...
|
||||
(grow_token_buffer): this. Remove it.
|
||||
Adjust all the places which used it to use the obstack.
|
||||
|
||||
2001-01-19 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/lex.h: Rename all the tokens:
|
||||
|
||||
Reference in New Issue
Block a user