(GOTO_NUMBER_MAXIMUM): New macro.

This commit is contained in:
Paul Eggert
2004-12-08 05:53:55 +00:00
parent be3d9d4219
commit b03595a5c2

View File

@@ -57,6 +57,7 @@ void lalr_free (void);
TO_STATE of the first of them. */
typedef size_t goto_number;
# define GOTO_NUMBER_MAXIMUM ((goto_number) -1)
extern goto_number *goto_map;
extern state_number *from_state;