mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 01:03:04 +00:00
(GOTO_NUMBER_MAXIMUM): New macro.
This commit is contained in:
@@ -57,6 +57,7 @@ void lalr_free (void);
|
|||||||
TO_STATE of the first of them. */
|
TO_STATE of the first of them. */
|
||||||
|
|
||||||
typedef size_t goto_number;
|
typedef size_t goto_number;
|
||||||
|
# define GOTO_NUMBER_MAXIMUM ((goto_number) -1)
|
||||||
|
|
||||||
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