no need for string->immutable-string
svn: r13834
This commit is contained in:
parent
4fd43c7d9a
commit
2a2697c20a
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user