X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=idl%2Fold%2Fcompiler.h;fp=idl%2Fold%2Fcompiler.h;h=0000000000000000000000000000000000000000;hp=1dce838fe49b974db179394570e2b9747480f4f6;hb=762750b4a3f4e0471993849c4bd12965f6b62356;hpb=be3ceffdd27422aae6ba44d31d868fb12d08957a diff --git a/idl/old/compiler.h b/idl/old/compiler.h deleted file mode 100644 index 1dce838..0000000 --- a/idl/old/compiler.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef _PSI_COMPILER_H -#define _PSI_COMPILER_H - -#include "types.h" -#include "validator.h" - -typedef struct PSI_Compiler { - decl_typedefs *defs; - decls *decls; - impls *impls; - char *lib; - char *fn; -} PSI_Compiler; - -PSI_Compiler *PSI_CompilerInit(PSI_Compiler *C, PSI_Validator *V); -void PSI_CompilerDtor(PSI_Compiler *C); -void PSI_CompilerFree(PSI_Compiler **C); - -#endif