Avoid spurious quoting.
Use display instead of printf. svn: r14936
This commit is contained in:
parent
2ee1d2b596
commit
e92a8dd2f5
|
@ -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))]))]))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user