(GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.

This commit is contained in:
Paul Eggert
2002-10-05 05:46:42 +00:00
parent f704e33362
commit 1c303b00fe

View File

@@ -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;