Avoid spurious quoting.

Use display instead of printf.

svn: r14936
This commit is contained in:
Sam Tobin-Hochstadt 2009-05-22 20:23:15 +00:00
parent 2ee1d2b596
commit e92a8dd2f5

View File

@ -135,11 +135,11 @@
[(tc-results: t)
(format "- : ~a\n" type)]
[x (int-err "bad type result: ~a" x)])])
(if #'ty-str
(if ty-str
#`(let ([type '#,ty-str])
(begin0
#,body2
(printf type)))
(display type)))
body2))]))]))