~ chicken-core (chicken-5) cf2ec03044ba81aa4cb99319036138f4d51c410e
commit cf2ec03044ba81aa4cb99319036138f4d51c410e
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Fri Sep 3 07:12:50 2010 -0400
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Fri Sep 3 07:12:50 2010 -0400
reworded warning
diff --git a/compiler.scm b/compiler.scm
index ab02e395..ef70a0db 100644
--- a/compiler.scm
+++ b/compiler.scm
@@ -2112,7 +2112,7 @@
(walk node)
(when (pair? procs)
(##sys#notice
- "the following non-intrinsic global procedures where declared to be unsafe but are externally visible:")
+ "access to the following non-intrinsic global procedures was declared to be unsafe even though they are externally visible:")
(newline (current-error-port))
(for-each (cute fprintf (current-error-port) " ~S~%" <>) procs)
(flush-output (current-error-port))))))
Trap