~ chicken-core (chicken-5) be1e59b29ce8a5a4f49eff5785f9e6aeffdb08d0
commit be1e59b29ce8a5a4f49eff5785f9e6aeffdb08d0
Author: felix <bunny351@gmail.com>
AuthorDate: Tue May 25 14:19:50 2010 +0200
Commit: felix <bunny351@gmail.com>
CommitDate: Tue May 25 14:19:50 2010 +0200
trivial cleanup
diff --git a/eval.scm b/eval.scm
index e78d7e9e..60b0acd0 100644
--- a/eval.scm
+++ b/eval.scm
@@ -1471,8 +1471,7 @@
(call-with-current-continuation call-with-current-continuation)
(print-call-chain print-call-chain)
(flush-output flush-output)
- (load-verbose load-verbose)
- (reset reset) )
+ (load-verbose load-verbose))
(lambda ()
(define (write-err xs)
Trap