macro-stepper: fixed pretty-{printing => writing}

This commit is contained in:
Ryan Culpepper 2010-07-01 13:17:22 -06:00
parent efc0356605
commit 856dd4e14c

View File

@ -31,7 +31,7 @@
[print-vector-length #f]
[print-hash-table #t]
[print-honu #f])
(pretty-print datum port)))
(pretty-write datum port)))
(define-struct syntax-dummy (val))
(define-struct (id-syntax-dummy syntax-dummy) (remap))