X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fparser_proc.h;h=7f3e4401acd8f4bd6602859cb984902dab855d71;hp=9ff8b15fe59b1764b9c1b31dad5951630b75d849;hb=596f215b67dd267284df4fe0e11f0ca4d197bfc1;hpb=55ba09956ec121467a269a4a968da5fe45388c1e diff --git a/src/parser_proc.h b/src/parser_proc.h index 9ff8b15..7f3e440 100644 --- a/src/parser_proc.h +++ b/src/parser_proc.h @@ -20,11 +20,11 @@ #define PSI_T_TYPEDEF 20 #define PSI_T_LPAREN 21 #define PSI_T_RPAREN 22 -#define PSI_T_LBRACKET 23 -#define PSI_T_NUMBER 24 -#define PSI_T_RBRACKET 25 -#define PSI_T_COMMA 26 -#define PSI_T_VOID 27 +#define PSI_T_VOID 23 +#define PSI_T_LBRACKET 24 +#define PSI_T_NUMBER 25 +#define PSI_T_RBRACKET 26 +#define PSI_T_COMMA 27 #define PSI_T_DOUBLE 28 #define PSI_T_INT8 29 #define PSI_T_UINT8 30 @@ -42,12 +42,12 @@ #define PSI_T_FALSE 42 #define PSI_T_DOLLAR 43 #define PSI_T_CALLOC 44 -#define PSI_T_STRLEN 45 -#define PSI_T_STRVAL 46 -#define PSI_T_INTVAL 47 +#define PSI_T_ARRVAL 45 +#define PSI_T_STRLEN 46 +#define PSI_T_STRVAL 47 #define PSI_T_FLOATVAL 48 -#define PSI_T_BOOLVAL 49 -#define PSI_T_ARRVAL 50 +#define PSI_T_INTVAL 49 +#define PSI_T_BOOLVAL 50 #define PSI_T_TO_ARRAY 51 #define PSI_T_TO_STRING 52 #define PSI_T_TO_INT 53