mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 10:13:03 +00:00
(goto_number): Now unsigned int, not short int.
(GOTO_NUMBER_MAXIMUM): Remove.
This commit is contained in:
@@ -56,8 +56,7 @@ void lalr_free (void);
|
|||||||
together and GOTO_MAP[I - NTOKENS] is the index in FROM_STATE and
|
together and GOTO_MAP[I - NTOKENS] is the index in FROM_STATE and
|
||||||
TO_STATE of the first of them. */
|
TO_STATE of the first of them. */
|
||||||
|
|
||||||
typedef short int goto_number;
|
typedef unsigned int goto_number;
|
||||||
# define GOTO_NUMBER_MAXIMUM SHRT_MAX
|
|
||||||
|
|
||||||
extern goto_number *goto_map;
|
extern goto_number *goto_map;
|
||||||
extern state_number *from_state;
|
extern state_number *from_state;
|
||||||
|
|||||||
Reference in New Issue
Block a user