~ chicken-core (chicken-5) f2cbd906819b8935324002f83ddc250e2b23f0f3
commit f2cbd906819b8935324002f83ddc250e2b23f0f3
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Thu Mar 25 09:13:50 2010 +0100
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Thu Mar 25 09:13:50 2010 +0100
disabled debugging code which resulted in crash of chicken-install
diff --git a/expand.scm b/expand.scm
index 0f51aa29..0bd146bd 100644
--- a/expand.scm
+++ b/expand.scm
@@ -57,7 +57,7 @@
(no-procedure-checks)))
(else))
-#;(begin
+(begin
(define-syntax dd (syntax-rules () ((_ . _) (void))))
(define-syntax dm (syntax-rules () ((_ . _) (void))))
(define-syntax dc (syntax-rules () ((_ . _) (void)))) )
Trap