X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fparser_proc.h;h=30ad543c66178113ed9037f07224387b3362d669;hp=64cfe82b5fdb52aa3643fbd128d125232b69d6c1;hb=c2dc24a4967dd767fc4a240f93ca0de4600a8c62;hpb=d59f10e81c33354ee1589fb10847b4611423de2e diff --git a/src/parser_proc.h b/src/parser_proc.h index 64cfe82..30ad543 100644 --- a/src/parser_proc.h +++ b/src/parser_proc.h @@ -32,17 +32,17 @@ #define PSI_T_LBRACKET 32 #define PSI_T_RBRACKET 33 #define PSI_T_COMMA 34 -#define PSI_T_DOUBLE 35 -#define PSI_T_INT8 36 -#define PSI_T_UINT8 37 -#define PSI_T_INT16 38 -#define PSI_T_UINT16 39 -#define PSI_T_INT32 40 -#define PSI_T_UINT32 41 -#define PSI_T_INT64 42 -#define PSI_T_UINT64 43 -#define PSI_T_FUNCTION 44 -#define PSI_T_AMPERSAND 45 +#define PSI_T_ELLIPSIS 35 +#define PSI_T_DOUBLE 36 +#define PSI_T_INT8 37 +#define PSI_T_UINT8 38 +#define PSI_T_INT16 39 +#define PSI_T_UINT16 40 +#define PSI_T_INT32 41 +#define PSI_T_UINT32 42 +#define PSI_T_INT64 43 +#define PSI_T_UINT64 44 +#define PSI_T_FUNCTION 45 #define PSI_T_NULL 46 #define PSI_T_TRUE 47 #define PSI_T_FALSE 48 @@ -65,3 +65,4 @@ #define PSI_T_MIXED 65 #define PSI_T_ARRAY 66 #define PSI_T_OBJECT 67 +#define PSI_T_AMPERSAND 68