flush
[m6w6/ext-psi] / idl / compiler.h
index cbf60398d99f360ab5ce3e1111e5e634fbcdce4a..c5e447fe84dbcbb57345becd9fbd33bef9790c8e 100644 (file)
@@ -9,7 +9,8 @@ typedef struct PSI_Compiler {
        impls *impls;
        char *lib;
        char *fn;
-};
+} PSI_Compiler;
+
 PSI_Compiler *PSI_CompilerInit(PSI_Compiler *C, PSI_Validator *V);
 
 #endif