]> git.saurik.com Git - bison.git/commit - src/muscle-tab.h
* src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
authorAkim Demaille <akim@epita.fr>
Sun, 7 Apr 2002 17:44:59 +0000 (17:44 +0000)
committerAkim Demaille <akim@epita.fr>
Sun, 7 Apr 2002 17:44:59 +0000 (17:44 +0000)
commit680e8701b5ad9718f18f1493e30134b52bceaaca
tree8b0e487a753263f62afe39a7e27b6cefadd455b0
parent817e9f41d135945f3caa781ceab68a112edc5613
* src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
* src/output.c (output_table_data): Return the longest number.
(prepare_tokens): Output `token_number_max').
* data/bison.simple, data/bison.c++ (b4_sint_type, b4_uint_type):
New.
Use them to define yy_token_number_type/TokenNumberType.
Use this type for yytranslate.
* tests/torture.at (Big triangle): Push the limit from 124 to
253.
* tests/regression.at (Web2c Actions): Adjust.
ChangeLog
TODO
data/bison.c++
data/bison.simple
src/gram.c
src/gram.h
src/muscle_tab.h
src/output.c
src/reader.c
tests/regression.at
tests/torture.at