build: PHP<7.2 compatibility
[m6w6/ext-psi] / src / parser_proc.h
index fb2c964917b67e0a359598a2f56a7bc7310bfc1b..0da603695f09d61d3cf053c32342fed81be6c6de 100644 (file)
 #define PSI_T_ARRAY                           59
 #define PSI_T_OBJECT                          60
 #define PSI_T_CALLABLE                        61
-#define PSI_T_TEMP                            62
-#define PSI_T_FREE                            63
-#define PSI_T_SET                             64
-#define PSI_T_LET                             65
-#define PSI_T_RETURN                          66
-#define PSI_T_CALLOC                          67
-#define PSI_T_CALLBACK                        68
-#define PSI_T_LIB                             69
-#define PSI_T_EOF                             70
-#define PSI_T_EOS                             71
-#define PSI_T_COLON                           72
-#define PSI_T_LPAREN                          73
-#define PSI_T_COMMA                           74
-#define PSI_T_RPAREN                          75
-#define PSI_T_ENUM                            76
-#define PSI_T_STRUCT                          77
-#define PSI_T_UNION                           78
-#define PSI_T_LBRACE                          79
-#define PSI_T_RBRACE                          80
-#define PSI_T_EQUALS                          81
-#define PSI_T_CONST                           82
-#define PSI_T_TYPEDEF                         83
-#define PSI_T_ELLIPSIS                        84
-#define PSI_T_LBRACKET                        85
-#define PSI_T_RBRACKET                        86
-#define PSI_T_CHAR                            87
-#define PSI_T_SHORT                           88
-#define PSI_T_LONG                            89
-#define PSI_T_UNSIGNED                        90
-#define PSI_T_SIGNED                          91
-#define PSI_T_STATIC                          92
-#define PSI_T_FUNCTION                        93
-#define PSI_T_DOLLAR_NAME                     94
+#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