From 820c78beaccf784f710bdd91298401a745d93f2e Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 4 Aug 2008 15:32:37 +0200 Subject: Add MLKPrintToString along with a couple of fixnum handling functions. --- GNUmakefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 3a2dd9b..c412b34 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -31,8 +31,9 @@ else ADDITIONAL_OBJCFLAGS = -Wall -ggdb3 endif -ToiletKit_OBJC_FILES = MLKBackquoteReader.m MLKBinding.m MLKCharacter.m \ - MLKCommaReader.m MLKCons.m MLKDoubleFloat.m \ +ToiletKit_OBJC_FILES = functions.m MLKBackquoteReader.m MLKBinding.m \ + MLKCharacter.m MLKCommaReader.m MLKCons.m \ + MLKDoubleFloat.m \ MLKDispatchingMacroCharacterReader.m \ MLKDynamicContext.m MLKEnvironment.m MLKFloat.m \ MLKInteger.m MLKInterpretedClosure.m \ -- cgit v1.2.3