From 76aa8a27f85fdea83da02e04659028b98e76407e Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 25 Aug 2008 10:54:18 +0200 Subject: Dispatch intrinsic functions statically instead of dynamically. This is a major simplification. --- MLKRoot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MLKRoot.h') diff --git a/MLKRoot.h b/MLKRoot.h index d2191e6..8819876 100644 --- a/MLKRoot.h +++ b/MLKRoot.h @@ -26,5 +26,5 @@ @interface MLKRoot : NSObject +(void) initialize; -+(NSArray *) dispatch:(MLKSymbol *)name withArguments:(NSArray *)args; ++(void) registerBuiltins; @end -- cgit v1.2.3