write bytcode insteda of display

svn: r1404
This commit is contained in:
Matthew Flatt 2005-11-25 12:43:22 +00:00
parent 828ea24f04
commit ed6f45bc3e

View File

@ -126,7 +126,7 @@
(emit-string port
"char"
(let ([p (open-output-bytes)])
(display bytecode p)
(write bytecode p)
(get-output-bytes p))
name))