diff options
author | Matthias Benkard <mulk@minimulk.mst-plus> | 2008-09-20 13:44:25 +0200 |
---|---|---|
committer | Matthias Benkard <mulk@minimulk.mst-plus> | 2008-09-20 13:44:25 +0200 |
commit | 7e5a799a46f6aca1525efa2df38026a1917f3edd (patch) | |
tree | ef4a7a50300e07643a863b501f60115cf724bf1d /GNUmakefile | |
parent | 5dc8e497315ba791c8a8de021f3d2d292566fb56 (diff) |
Add class MLKContinuation.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 41d8fb1..8ed21d7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -65,6 +65,7 @@ ToiletKit_OBJC_FILES = functions.m globals.m MLKArray.m \ MLKBinaryStreamCharacterStream.m MLKBinding.m \ MLKCharacter.m MLKCharacterStream.m \ MLKCommaReader.m MLKCompiledClosure.m MLKCons.m \ + MLKContinuation.m \ MLKDoubleFloat.m \ MLKDispatchingMacroCharacterReader.m \ MLKDynamicContext.m MLKEnvironment.m \ |