X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fparser_def.h;h=5d6a84a729e1a7f1a5ae542279b9bef3ff6066db;hp=05489e73bd6c3e81d78822018c84f019f8628d18;hb=ff0048963fcbcddc9de14a3e1c370fcc81d12af7;hpb=9c6a90318dc5e20b73820d7c2bb8eb3b30888cb3 diff --git a/src/parser_def.h b/src/parser_def.h index 05489e7..5d6a84a 100644 --- a/src/parser_def.h +++ b/src/parser_def.h @@ -62,7 +62,6 @@ # define TOKEN_DTOR(token, dtor) #endif -DEF(%name, psi_parser_proc_) DEF(%token_prefix, PSI_T_) DEF(%token_type, {struct psi_token *}) DEF(%token_destructor, {free($$);})