X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fvalidator.h;fp=src%2Fvalidator.h;h=8b373f652e05e4b8293cb7267128844137248b63;hp=f96111cb08ac2806403e6c1cda7348a576a481b8;hb=9c72f6584bd95dd6e9c7dcb314a6583f7130362f;hpb=3bca631112f4865510ea91c85e8c820c4465fc14 diff --git a/src/validator.h b/src/validator.h index f96111c..8b373f6 100644 --- a/src/validator.h +++ b/src/validator.h @@ -4,11 +4,7 @@ #include "parser.h" typedef struct PSI_Validator { - decl_typedefs *defs; - decls *decls; - impls *impls; - char *lib; - char *fn; + PSI_DATA_MEMBERS; void *dlopened; } PSI_Validator;