~ chicken-core (chicken-5) 926437c672e07f26296d88b4e61e1445afa99e8d


commit 926437c672e07f26296d88b4e61e1445afa99e8d
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Mon Jan 11 07:58:43 2010 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Mon Jan 11 07:58:43 2010 +0100

    hide debugging routine in eval.scm

diff --git a/eval.scm b/eval.scm
index 5ed213dc..924594d5 100644
--- a/eval.scm
+++ b/eval.scm
@@ -31,7 +31,7 @@
   (disable-warning var)
   (hide ##sys#split-at-separator
 	##sys#r4rs-environment ##sys#r5rs-environment 
-	##sys#interaction-environment pds pdss pxss) 
+	##sys#interaction-environment pds pdss pxss d) 
   (not inline ##sys#repl-eval-hook ##sys#repl-read-hook ##sys#repl-print-hook 
        ##sys#read-prompt-hook ##sys#alias-global-hook ##sys#user-read-hook
        ##sys#syntax-error-hook))
Trap