~ chicken-core (chicken-5) 3f45498d67d1a32791f0186900d4e065237682f7
commit 3f45498d67d1a32791f0186900d4e065237682f7
Author: Peter Bex <peter@more-magic.net>
AuthorDate: Mon Jul 13 21:44:28 2015 +0200
Commit: Peter Bex <peter@more-magic.net>
CommitDate: Mon Jul 13 21:44:28 2015 +0200
Include `angle` in the "scheme" primitive module
Signed-off-by: Peter Bex <peter@more-magic.net>
Conflicts:
modules.scm
diff --git a/modules.scm b/modules.scm
index 8ff2d5ec..d8476078 100644
--- a/modules.scm
+++ b/modules.scm
@@ -899,8 +899,8 @@
peek-char write display write-char newline with-input-from-file
with-output-to-file eval
char-ready? imag-part real-part magnitude numerator denominator
- scheme-report-environment null-environment interaction-environment
- else))
+ angle scheme-report-environment null-environment
+ interaction-environment else))
(r4rs-syntax
;;XXX better would be to move these into the "chicken"
;; module. "import[-for-syntax]" and "reexport" are in
Trap