From 881d313eb2688c7d6abefcbb7e060d9009842cca Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 4 Oct 2008 17:10:07 +0200 Subject: Revert "Add class MLKContinuation." This reverts commit 7e5a799a46f6aca1525efa2df38026a1917f3edd. Conflicts: MLKContinuation.m Toilet Lisp.xcodeproj/project.pbxproj --- globals.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'globals.m') diff --git a/globals.m b/globals.m index e97ff56..8781620 100644 --- a/globals.m +++ b/globals.m @@ -20,8 +20,8 @@ #import + id MLKEndOfArgumentsMarker; -CONTINUATION *MLKRootContinuation; id MLKDefaultCompiler = nil; BOOL MLKLoadCompilesP = NO; @@ -34,8 +34,6 @@ BOOL MLKLoadCompilesP = NO; @implementation MLKGlobalManager +(void) load { - STACKITEM i; MLKEndOfArgumentsMarker = [[NSObject alloc] init]; - MLKRootContinuation = make_root_continuation (&i); } @end -- cgit v1.2.3