X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fparser_proc_def.h;h=85cb2992c6f75f1303842f8566e1ce27b0c8d324;hp=ed1455a76a95c4c0cb367236256ada0b14e405e5;hb=1b6db76e3005344b33ab45b00e7e61386a33932a;hpb=6ebcb60416cad353f5aeacebe919cb6990ef5a7d diff --git a/src/parser_proc_def.h b/src/parser_proc_def.h index ed1455a..85cb299 100644 --- a/src/parser_proc_def.h +++ b/src/parser_proc_def.h @@ -65,7 +65,7 @@ DEF(%left, LSHIFT RSHIFT.) DEF(%left, PLUS MINUS.) DEF(%left, ASTERISK SLASH MODULO.) -DEF(%fallback, NAME TEMP FREE SET LET RETURN CALLOC CALLBACK ZVAL LIB STRING COUNT.) +DEF(%fallback, NAME TEMP FREE SET LET RETURN CALLOC CALLBACK ZVAL LIB STRING COUNT ERROR WARNING.) DEF(%wildcard, ANY.) TOKEN_TYPE(decl_enum, struct psi_decl_enum *)