~ chicken-core (chicken-5) 233ac05c199df3c379c345998add6072051551af
commit 233ac05c199df3c379c345998add6072051551af
Author: Evan Hanson <evhan@foldling.org>
AuthorDate: Fri Apr 24 19:13:59 2015 +1200
Commit: Evan Hanson <evhan@foldling.org>
CommitDate: Fri Apr 24 19:15:16 2015 +1200
Remove references to c-runtime
It was removed in e1a5773.
diff --git a/chicken.import.scm b/chicken.import.scm
index baa7316e..6389d8c9 100644
--- a/chicken.import.scm
+++ b/chicken.import.scm
@@ -41,7 +41,6 @@
blob?
blob=?
build-platform
- c-runtime
call/cc
case-sensitive
char-name
diff --git a/manual/Unit library b/manual/Unit library
index 8a318c11..61c81dba 100644
--- a/manual/Unit library
+++ b/manual/Unit library
@@ -573,17 +573,6 @@ process is currently running, which is one of the following:
unknown
-
-==== c-runtime
-
-<procedure>(c-runtime)</procedure>
-
-Returns a symbol that designates what kind of C runtime library has been linked
-with this version of the CHICKEN libraries. Possible return values are
-{{static}}, {{dynamic}} or {{unknown}}. On systems not compiled with the
-Microsoft C compiler, {{c-runtime}} always returns {{unknown}}.
-
-
==== system
<procedure>(system STRING)</procedure>
Trap