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

original commit: 856dd4e14c7a076b98eca3604a4d8a92ff611ff2
This commit is contained in:
Ryan Culpepper 2010-07-01 13:17:22 -06:00
parent 79f7ee3048
commit bc306a09bd

View File

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