]> git.saurik.com Git - bison.git/commit
* src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
authorAkim Demaille <akim@epita.fr>
Wed, 14 Nov 2001 14:42:14 +0000 (14:42 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 14 Nov 2001 14:42:14 +0000 (14:42 +0000)
commit5cb10dae3c5a9ef02cb6958eb2e280b9b81846d2
tree6f11837bb1c9566b0c1fb3bed0e6efb7b36c4579
parent26e1ca45bac046a1f14146e93cb900e211447972
* src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
Revert a previous patch:  these are really const.
* src/conflicts.c (conflict_report): Additional useless pair of
braces to pacify GCC's warnings for `if () if () {} else {}'.
* src/lex.c (parse_percent_token): Replace equal_offset with
arg_offset.
arg is const.
Be sure to strdup `arg' when used, since there is no reason for
token_buffer not to change.
ChangeLog
src/conflicts.c
src/lex.c
src/lex.h