raising the head after a three-weeks refactoring
[m6w6/ext-psi] / src / parser_proc.h
index ff30cc16ad3fdf6e65a316682851b626fe514ac3..8eba108f8bdf84200169520302a628b253fe7dff 100644 (file)
 #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