summaryrefslogtreecommitdiff
path: root/MLKRoot.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-25 10:54:18 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-25 10:54:18 +0200
commit76aa8a27f85fdea83da02e04659028b98e76407e (patch)
tree448cd7515096c44368aa2b6e9cc07dcfff3c39f3 /MLKRoot.h
parentb268ec5ec85fd6da735491a8fbc7560037e613b5 (diff)
Dispatch intrinsic functions statically instead of dynamically.
This is a major simplification.
Diffstat (limited to 'MLKRoot.h')
-rw-r--r--MLKRoot.h2
1 files changed, 1 insertions, 1 deletions
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