flush
[m6w6/ext-psi] / src / parser_proc.h
index 4749e82197132c41bdcef8e55f6e785b265d3051..47239e82b5e66f1bef60fb1cf1715c57cccf8f60 100644 (file)
 #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