Re-enable the printer here.

original commit: 7b2de5373380a0bc833215dd9d3beed87fa686c3
This commit is contained in:
Sam Tobin-Hochstadt 2010-06-01 16:30:04 -04:00
parent 9d6132fa0e
commit fbd795c01e

View File

@ -62,6 +62,7 @@
[(_ e)
#`(parameterize ([delay-errors? #f]
[current-namespace (namespace-anchor->namespace anch)]
[custom-printer #t]
[orig-module-stx (quote-syntax e)])
(let ([ex (expand 'e)])
(parameterize ([mutated-vars (find-mutated-vars ex)])
@ -72,6 +73,7 @@
[(_ e)
#`(parameterize ([delay-errors? #f]
[current-namespace (namespace-anchor->namespace anch)]
[custom-printer #t]
[orig-module-stx (quote-syntax e)])
(let ([ex (expand 'e)])
(parameterize ([mutated-vars (find-mutated-vars ex)])