X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fparser_proc.h;h=8eba108f8bdf84200169520302a628b253fe7dff;hp=ff30cc16ad3fdf6e65a316682851b626fe514ac3;hb=9bcb1df0786a8193d65949c857baaba2f4296e84;hpb=5e240548ba570610ce0dbc248a2b7654a0e080fa diff --git a/src/parser_proc.h b/src/parser_proc.h index ff30cc1..8eba108 100644 --- a/src/parser_proc.h +++ b/src/parser_proc.h @@ -54,25 +54,26 @@ #define PSI_T_CALLABLE 54 #define PSI_T_EOF 55 #define PSI_T_EOS 56 -#define PSI_T_ENUM 57 -#define PSI_T_LBRACE 58 -#define PSI_T_RBRACE 59 -#define PSI_T_COMMA 60 -#define PSI_T_EQUALS 61 -#define PSI_T_UNION 62 -#define PSI_T_STRUCT 63 -#define PSI_T_COLON 64 -#define PSI_T_LPAREN 65 -#define PSI_T_RPAREN 66 +#define PSI_T_COLON 57 +#define PSI_T_LPAREN 58 +#define PSI_T_COMMA 59 +#define PSI_T_RPAREN 60 +#define PSI_T_ENUM 61 +#define PSI_T_STRUCT 62 +#define PSI_T_UNION 63 +#define PSI_T_LBRACE 64 +#define PSI_T_RBRACE 65 +#define PSI_T_EQUALS 66 #define PSI_T_CONST 67 #define PSI_T_TYPEDEF 68 -#define PSI_T_LBRACKET 69 -#define PSI_T_RBRACKET 70 -#define PSI_T_ELLIPSIS 71 +#define PSI_T_ELLIPSIS 69 +#define PSI_T_LBRACKET 70 +#define PSI_T_RBRACKET 71 #define PSI_T_CHAR 72 #define PSI_T_SHORT 73 #define PSI_T_LONG 74 #define PSI_T_UNSIGNED 75 #define PSI_T_SIGNED 76 -#define PSI_T_FUNCTION 77 -#define PSI_T_DOLLAR_NAME 78 +#define PSI_T_STATIC 77 +#define PSI_T_FUNCTION 78 +#define PSI_T_DOLLAR_NAME 79