diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-24 18:49:02 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-24 18:49:02 +0200 |
commit | 1935a12096ad737edf5ec94e5b7a18980566f9ab (patch) | |
tree | 7f6ccbfabd78fcb3ae8bcd3934de1793d38f3359 /GNUmakefile | |
parent | e074f91e6aa1a895000673b1ac4df6266ba47094 (diff) |
Remove class MLKError.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index f88f6c2..de97da6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -27,7 +27,7 @@ ADDITIONAL_OBJCFLAGS = -Wall ToiletKit_OBJC_FILES = MLKCharacter.m MLKCons.m MLKBinding.m \ MLKDoubleFloat.m MLKDynamicContext.m \ - MLKEndOfFileError.m MLKEnvironment.m MLKError.m \ + MLKEndOfFileError.m MLKEnvironment.m \ MLKFloat.m MLKInteger.m MLKInterpreter.m \ MLKLinkedList.m MLKLexicalContext.m \ MLKLexicalEnvironment.m MLKLispValue.m \ |