X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fparser_proc.h;h=5940f9257fd512a77daf9708c447e7c42999ce16;hp=3d86e2b37284a88c78fc6359638ac0479b1e42ba;hb=7474b3e23338ea03bcd65551959e2582cc455f9f;hpb=9c71742e3aa27507196cf34daa9eeecde8545a40;ds=sidebyside diff --git a/src/parser_proc.h b/src/parser_proc.h index 3d86e2b..5940f92 100644 --- a/src/parser_proc.h +++ b/src/parser_proc.h @@ -1,9 +1,9 @@ -#define PSI_T_COMMENT 1 -#define PSI_T_LIB 2 -#define PSI_T_QUOTED_STRING 3 -#define PSI_T_EOS 4 -#define PSI_T_STRUCT 5 -#define PSI_T_NAME 6 +#define PSI_T_NAME 1 +#define PSI_T_COMMENT 2 +#define PSI_T_LIB 3 +#define PSI_T_QUOTED_STRING 4 +#define PSI_T_EOS 5 +#define PSI_T_STRUCT 6 #define PSI_T_LBRACE 7 #define PSI_T_RBRACE 8 #define PSI_T_BOOL 9