~ chicken-core (chicken-5) ff6083ab544624aeebfbfdc0525c5a88a730d44c
commit ff6083ab544624aeebfbfdc0525c5a88a730d44c
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Nov 15 16:35:48 2016 +0100
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Tue Nov 15 16:35:48 2016 +0100
typo in list of import libs
diff --git a/defaults.make b/defaults.make
index 74840996..3a2bca08 100644
--- a/defaults.make
+++ b/defaults.make
@@ -266,7 +266,7 @@ CHICKEN_PROGRAM_OPTIONS += $(if $(PROFILE_OBJECTS),-profile)
PRIMITIVE_IMPORT_LIBRARIES = chicken chicken.csi chicken.foreign
DYNAMIC_IMPORT_LIBRARIES = srfi-4
DYNAMIC_CHICKEN_IMPORT_LIBRARIES = bitwise errno fixnum flonum format \
- gc io keyword locatives memory posix pretty-print random time
+ gc io keyword locative memory posix pretty-print random time
DYNAMIC_CHICKEN_UNIT_IMPORT_LIBRARIES = continuation data-structures \
eval expand files internal irregex lolevel pathname ports \
read-syntax repl tcp utils
Trap