summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-12 11:21:51 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-12 11:21:51 +0200
commit274b31d8f18e1003c61d5add875c6fdc72419ba6 (patch)
tree60e0209d1934e4757db201e95c953a0f7e5c1ab3 /GNUmakefile
parentf75ebaf84575244e278606dad84200f0127c0efc (diff)
Replace MLKCompiledProcedure with MLKCompiledClosure.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
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 \