~ chicken-core (chicken-5) 8c423c4762a0e7624eb88da77a3c520d8c72e2a5
commit 8c423c4762a0e7624eb88da77a3c520d8c72e2a5 Author: Peter Bex <peter@more-magic.net> AuthorDate: Mon Jul 13 21:43:51 2015 +0200 Commit: Peter Bex <peter@more-magic.net> CommitDate: Mon Jul 13 21:43:51 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 inTrap