X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fvalidator.h;h=8b373f652e05e4b8293cb7267128844137248b63;hp=f96111cb08ac2806403e6c1cda7348a576a481b8;hb=469fe3395cb9696e32bcd64639f22113d8fb2ec6;hpb=f1a387482a9270a34ae684109ad8be7c104148d6 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;