projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ca3ad2
)
D'oh! Hook up printer to new string type.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 17 Apr 2017 02:08:12 +0000
(19:08 -0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 17 Apr 2017 02:08:12 +0000
(19:08 -0700)
src/runtime/unpars.scm
patch
|
blob
|
history
diff --git
a/src/runtime/unpars.scm
b/src/runtime/unpars.scm
index d9d894670e7a3f5f436e279d8b8446ff4a6dc35f..89ca8983329baae86aa9d202cca2a3de8e4a8bf3 100644
(file)
--- a/
src/runtime/unpars.scm
+++ b/
src/runtime/unpars.scm
@@
-309,6
+309,7
@@
USA.
(RETURN-ADDRESS ,unparse/return-address)
(STRING ,unparse/string)
(TAGGED-OBJECT ,unparse/tagged-object)
+ (UNICODE-STRING ,unparse/string)
(UNINTERNED-SYMBOL ,unparse/uninterned-symbol)
(VARIABLE ,unparse/variable)
(VECTOR ,unparse/vector)