mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
(GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
This commit is contained in:
@@ -55,7 +55,7 @@ void lalr_free PARAMS ((void));
|
||||
TO_STATE of the first of them. */
|
||||
|
||||
typedef short goto_number_t;
|
||||
# define GOTO_NUMBER_MAX ((goto_number_t) INT_MAX)
|
||||
# define GOTO_NUMBER_MAX ((goto_number_t) SHRT_MAX)
|
||||
|
||||
extern goto_number_t *goto_map;
|
||||
extern state_number_t *from_state;
|
||||
|
||||
Reference in New Issue
Block a user