]> git.saurik.com Git - bison.git/commit
Get rid of the ad hoc handling of token_buffer in the scanner: use
authorAkim Demaille <akim@epita.fr>
Fri, 19 Jan 2001 18:26:32 +0000 (18:26 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 19 Jan 2001 18:26:32 +0000 (18:26 +0000)
commitf17bcd1f66dab24135ca3352491ac8fa4385fe37
tree2b59dfccf169c7538d42f91e116c2bf29eed295a
parent511e79b3d4b1d4f3cab53c24bffe25e360a78326
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.
ChangeLog
src/lex.c
src/reader.c