From ad05662ae05336aa5db20f9d34d5c1d5bba9d6c2 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 23 Aug 2008 16:34:08 +0200 Subject: Make compilers pluggable at runtime. --- globals.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'globals.h') diff --git a/globals.h b/globals.h index 076a1ee..3dbda38 100644 --- a/globals.h +++ b/globals.h @@ -16,4 +16,10 @@ * along with this program. If not, see . */ +#import + + extern id MLKEndOfArgumentsMarker; + +extern id MLKDefaultCompiler; +extern BOOL MLKLoadCompilesP; -- cgit v1.2.3