X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fcompiler.h;h=fcf2cf66781be0611c01dab248039598e9d6c75b;hp=1374d39b776fa2124d44f6f89b8d0dfe157ef6cb;hb=6e8b5c090b44299f82f4e748d8bf6b8bc5b66414;hpb=7d79fea75fc664e54a5d5a2668a55f554296a845 diff --git a/src/compiler.h b/src/compiler.h index 1374d39..fcf2cf6 100644 --- a/src/compiler.h +++ b/src/compiler.h @@ -4,11 +4,7 @@ #include "validator.h" typedef struct PSI_Compiler { - decl_typedefs *defs; - decls *decls; - impls *impls; - char *lib; - char *fn; + PSI_DATA_MEMBERS; void *context; } PSI_Compiler;