From: Chris Hanson Date: Mon, 17 Apr 2017 02:08:12 +0000 (-0700) Subject: D'oh! Hook up printer to new string type. X-Git-Tag: mit-scheme-pucked-9.2.12~158^2~40 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=7bca8f8bb17616dd1b330f285a03032e3d531df9;p=mit-scheme.git D'oh! Hook up printer to new string type. --- diff --git a/src/runtime/unpars.scm b/src/runtime/unpars.scm index d9d894670..89ca89833 100644 --- 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)