X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fparser.h;h=29bf9d326ce17727b66bd18969c9d774110de184;hp=b27fdafccbe96ec22286b64f83f3d39b117267a1;hb=b0a8b273be0744ed445fbe6c935a04ee7a749f14;hpb=62877a54eeac35ed1b7e4c3ec7d589756d9da36d diff --git a/src/parser.h b/src/parser.h index b27fdaf..29bf9d3 100644 --- a/src/parser.h +++ b/src/parser.h @@ -377,6 +377,10 @@ typedef struct decl_struct { char *name; decl_args *args; size_t size; + struct { + void *type; + void (*dtor)(void *type); + } engine; } decl_struct; static inline decl_struct *init_decl_struct(const char *name, decl_args *args) {