diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-14 23:29:25 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-14 23:29:25 +0200 |
commit | 93bd600a7b1bc4062c29f1c8e961c29317312efb (patch) | |
tree | b3966d04bd263f7092e1512b8ed5ccb19a548daa /GNUmakefile | |
parent | 932d3df11b56b88a97ef497ca7c891547275d05a (diff) |
Add class MLKReadtable.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index b9ddad3..4b614b0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -21,8 +21,8 @@ TOOL_NAME = etoilisp etoilisp_OBJC_FILES = MLKCharacter.m MLKCons.m MLKDynamicContext.m \ MLKEndOfFileError.m MLKEnvironment.m MLKError.m \ MLKLinkedList.m MLKLispValue.m MLKPackage.m \ - MLKReader.m MLKReaderError.m MLKStream.m \ - MLKSymbol.m MLKThrowException.m \ + MLKReader.m MLKReadtable.m MLKReaderError.m \ + MLKStream.m MLKSymbol.m MLKThrowException.m \ MLKUndefinedVariableException.m BUNDLE_NAME = Test |