diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-12 11:21:51 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-12 11:21:51 +0200 |
commit | 274b31d8f18e1003c61d5add875c6fdc72419ba6 (patch) | |
tree | 60e0209d1934e4757db201e95c953a0f7e5c1ab3 /GNUmakefile | |
parent | f75ebaf84575244e278606dad84200f0127c0efc (diff) |
Replace MLKCompiledProcedure with MLKCompiledClosure.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 6460914..bb43d64 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -49,7 +49,7 @@ endif ToiletKit_OBJC_FILES = functions.m globals.m MLKArray.m \ MLKBackquoteReader.m MLKBinding.m MLKCharacter.m \ - MLKCommaReader.m MLKCompiledProcedure.m MLKCons.m \ + MLKCommaReader.m MLKCompiledClosure.m MLKCons.m \ MLKDoubleFloat.m \ MLKDispatchingMacroCharacterReader.m \ MLKDynamicContext.m MLKEnvironment.m MLKFloat.m \ |