From 97c4f28084dcd8ec65f739618e61fb5cfdfec9c8 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 7 Jul 2008 00:09:53 +0200 Subject: Restore GNUstep compatibility. --- GNUmakefile | 12 ++++++------ MLKNumber.m | 2 ++ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index a09962f..2fb0d69 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -33,12 +33,12 @@ ToiletKit_OBJC_FILES = MLKCharacter.m MLKCons.m MLKBinding.m \ MLKInteger.m MLKInterpretedClosure.m \ MLKInterpreter.m MLKLinkedList.m \ MLKLexicalContext.m MLKLexicalEnvironment.m \ - MLKLispValue.m MLKPackage.m MLKParenReader.m \ - MLKQuoteReader.m MLKRatio.m MLKReader.m \ - MLKReadtable.m MLKReaderError.m MLKRoot.m \ - MLKSemicolonReader.m MLKSingleFloat.m MLKStream.m \ - MLKStringInputStream.m MLKStringReader.m \ - MLKSymbol.m MLKThrowException.m \ + MLKLispValue.m MLKNumber.m MLKPackage.m \ + MLKParenReader.m MLKQuoteReader.m MLKRatio.m \ + MLKReader.m MLKReadtable.m MLKReaderError.m \ + MLKRoot.m MLKSemicolonReader.m MLKSingleFloat.m \ + MLKStream.m MLKStringInputStream.m \ + MLKStringReader.m MLKSymbol.m MLKThrowException.m \ NSObject-MLKPrinting.m NSString-MLKPrinting.m ToiletKit_LDFLAGS = -lgmp #LIBRARIES_DEPEND_UPON diff --git a/MLKNumber.m b/MLKNumber.m index 8ffc0f8..67d5abf 100644 --- a/MLKNumber.m +++ b/MLKNumber.m @@ -18,6 +18,8 @@ #import "MLKNumber.h" +#import + @implementation MLKNumber #define DECLARE_ABSTRACT(SIGNATURE, RETURN_VALUE) \ -- cgit v1.2.3