~ chicken-core (chicken-5) 0af35d490b038f08197fe4806e136e4fee778e79
commit 0af35d490b038f08197fe4806e136e4fee778e79
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Fri May 13 14:43:42 2011 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Fri May 13 14:43:42 2011 +0200
deprecated -static-extension officially
diff --git a/batch-driver.scm b/batch-driver.scm
index 2a759558..6b159bee 100644
--- a/batch-driver.scm
+++ b/batch-driver.scm
@@ -306,7 +306,7 @@
;; Insert postponed initforms:
(set! initforms (append initforms postponed-initforms))
- (let ((se (map string->symbol (collect-options 'static-extension))))
+ (let ((se (map string->symbol (collect-options 'static-extension)))) ; DEPRECATED
;; Append required extensions to initforms:
(set! initforms
(append
Trap