X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fparser_proc.h;h=47239e82b5e66f1bef60fb1cf1715c57cccf8f60;hp=4749e82197132c41bdcef8e55f6e785b265d3051;hb=d3171526ab7658114cac4ebe1098af4b038e576e;hpb=1c837573a87e0d375768e990a28d1b2706dbaf43 diff --git a/src/parser_proc.h b/src/parser_proc.h index 4749e82..47239e8 100644 --- a/src/parser_proc.h +++ b/src/parser_proc.h @@ -10,16 +10,16 @@ #define PSI_T_RETURN 10 #define PSI_T_LIB 11 #define PSI_T_STRING 12 -#define PSI_T_STRUCT 13 -#define PSI_T_UNION 14 -#define PSI_T_EOF 15 -#define PSI_T_EOS 16 -#define PSI_T_QUOTED_STRING 17 -#define PSI_T_ENUM 18 -#define PSI_T_LBRACE 19 -#define PSI_T_RBRACE 20 -#define PSI_T_COMMA 21 -#define PSI_T_EQUALS 22 +#define PSI_T_EOF 13 +#define PSI_T_EOS 14 +#define PSI_T_QUOTED_STRING 15 +#define PSI_T_ENUM 16 +#define PSI_T_LBRACE 17 +#define PSI_T_RBRACE 18 +#define PSI_T_COMMA 19 +#define PSI_T_EQUALS 20 +#define PSI_T_UNION 21 +#define PSI_T_STRUCT 22 #define PSI_T_COLON 23 #define PSI_T_LPAREN 24 #define PSI_T_NUMBER 25