no need for string->immutable-string

svn: r13834
This commit is contained in:
Eli Barzilay 2009-02-25 15:52:02 +00:00
parent 4fd43c7d9a
commit 2a2697c20a

View File

@ -334,8 +334,7 @@
(if (memq unknown vals)
exn
(apply (struct-type-make-constructor struct-type)
(string->immutable-string
(format "while evaluating ~s:\n ~a" expr (car vals)))
(format "while evaluating ~s:\n ~a" expr (car vals))
(cdr vals))))
exn))))
(with-handlers ([exn? reraise]) (eval expr)))