cpp
[m6w6/ext-psi] / src / parser_proc.h
index 0da603695f09d61d3cf053c32342fed81be6c6de..1adda480d00c4e550063eff19403570e8a565713 100644 (file)
 #define PSI_T_CALLABLE                        61
 #define PSI_T_PRE_ASSERT                      62
 #define PSI_T_POST_ASSERT                     63
-#define PSI_T_TEMP                            64
-#define PSI_T_FREE                            65
-#define PSI_T_SET                             66
-#define PSI_T_LET                             67
-#define PSI_T_RETURN                          68
-#define PSI_T_CALLOC                          69
-#define PSI_T_CALLBACK                        70
-#define PSI_T_LIB                             71
-#define PSI_T_EOF                             72
-#define PSI_T_EOS                             73
-#define PSI_T_COLON                           74
-#define PSI_T_LPAREN                          75
-#define PSI_T_COMMA                           76
-#define PSI_T_RPAREN                          77
-#define PSI_T_ENUM                            78
-#define PSI_T_STRUCT                          79
-#define PSI_T_UNION                           80
-#define PSI_T_LBRACE                          81
-#define PSI_T_RBRACE                          82
-#define PSI_T_EQUALS                          83
-#define PSI_T_CONST                           84
-#define PSI_T_TYPEDEF                         85
-#define PSI_T_ELLIPSIS                        86
-#define PSI_T_LBRACKET                        87
-#define PSI_T_RBRACKET                        88
-#define PSI_T_CHAR                            89
-#define PSI_T_SHORT                           90
-#define PSI_T_LONG                            91
-#define PSI_T_UNSIGNED                        92
-#define PSI_T_SIGNED                          93
-#define PSI_T_STATIC                          94
-#define PSI_T_FUNCTION                        95
-#define PSI_T_DOLLAR_NAME                     96
+#define PSI_T_ERROR                           64
+#define PSI_T_WARNING                         65
+#define PSI_T_TEMP                            66
+#define PSI_T_FREE                            67
+#define PSI_T_SET                             68
+#define PSI_T_LET                             69
+#define PSI_T_RETURN                          70
+#define PSI_T_CALLOC                          71
+#define PSI_T_CALLBACK                        72
+#define PSI_T_LIB                             73
+#define PSI_T_ANY                             74
+#define PSI_T_EOS                             75
+#define PSI_T_EOL                             76
+#define PSI_T_COMMENT                         77
+#define PSI_T_HASH                            78
+#define PSI_T_IFDEF                           79
+#define PSI_T_IFNDEF                          80
+#define PSI_T_ENDIF                           81
+#define PSI_T_ELSE                            82
+#define PSI_T_UNDEF                           83
+#define PSI_T_DEFINE                          84
+#define PSI_T_NO_WHITESPACE                   85
+#define PSI_T_LPAREN                          86
+#define PSI_T_RPAREN                          87
+#define PSI_T_COMMA                           88
+#define PSI_T_IF                              89
+#define PSI_T_ELIF                            90
+#define PSI_T_DEFINED                         91
+#define PSI_T_COLON                           92
+#define PSI_T_ENUM                            93
+#define PSI_T_STRUCT                          94
+#define PSI_T_UNION                           95
+#define PSI_T_LBRACE                          96
+#define PSI_T_RBRACE                          97
+#define PSI_T_EQUALS                          98
+#define PSI_T_CONST                           99
+#define PSI_T_TYPEDEF                        100
+#define PSI_T_ELLIPSIS                       101
+#define PSI_T_LBRACKET                       102
+#define PSI_T_RBRACKET                       103
+#define PSI_T_CHAR                           104
+#define PSI_T_SHORT                          105
+#define PSI_T_LONG                           106
+#define PSI_T_UNSIGNED                       107
+#define PSI_T_SIGNED                         108
+#define PSI_T_STATIC                         109
+#define PSI_T_FUNCTION                       110
+#define PSI_T_DOLLAR_NAME                    111