mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 15:53:03 +00:00
(SYMBOL_NUMBER_MAX): New macro.
This commit is contained in:
@@ -40,6 +40,7 @@ typedef enum
|
|||||||
|
|
||||||
/* Internal token numbers. */
|
/* Internal token numbers. */
|
||||||
typedef short symbol_number_t;
|
typedef short symbol_number_t;
|
||||||
|
#define SYMBOL_NUMBER_MAX ((symbol_number_t) SHRT_MAX)
|
||||||
|
|
||||||
|
|
||||||
typedef struct symbol_s symbol_t;
|
typedef struct symbol_s symbol_t;
|
||||||
|
|||||||
Reference in New Issue
Block a user