~ chicken-core (chicken-5) 9999b42674d50e1dec79f8fac5253d51613a08c4
commit 9999b42674d50e1dec79f8fac5253d51613a08c4
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Jul 19 12:25:03 2011 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Tue Jul 19 12:25:03 2011 +0200
distinguish quit used inside compiler from library procedure
diff --git a/compiler-namespace.scm b/compiler-namespace.scm
index 1ef66f4e..99656b08 100644
--- a/compiler-namespace.scm
+++ b/compiler-namespace.scm
@@ -235,6 +235,7 @@
profiled-procedures
put!
qnode
+ quit
r-c-s
read/source-info
real-name
Trap