(SYMBOL_NUMBER_MAX): New macro.

This commit is contained in:
Paul Eggert
2002-10-05 05:47:14 +00:00
parent 1c303b00fe
commit 01eb033cf5

View File

@@ -40,6 +40,7 @@ typedef enum
/* Internal token numbers. */
typedef short symbol_number_t;
#define SYMBOL_NUMBER_MAX ((symbol_number_t) SHRT_MAX)
typedef struct symbol_s symbol_t;