X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fparser_def.h;h=af3ea8a4ea8bcd62f7b0e6ea87b364b0a5fb0544;hp=b4a4ff004655c7c9c35fe79f2649fba6ba82586c;hb=2f5af21b263403997e154658635d6b6e6eaab453;hpb=898c6dac30d12d7fe56662d66a8e73c340926d64 diff --git a/src/parser_def.h b/src/parser_def.h index b4a4ff0..af3ea8a 100644 --- a/src/parser_def.h +++ b/src/parser_def.h @@ -33,10 +33,6 @@ #define TOKEN_DTOR(token, dtor) #endif -DEF(%include, { -void psi_error(int, const char *, int, const char *, ...); -}) - DEF(%name, psi_parser_proc_) DEF(%token_prefix, PSI_T_) DEF(%token_type, {struct psi_token *})