X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fprint.lisp;h=68dffb62d19ce6bf87168b2f3e85b8b41e331a88;hb=c960f8bc221ef4db0058013b8aa992d9b5a73fb7;hp=968c84ffd7fd958ebbb81551d7f1bc03340c1082;hpb=774a9c4b5d25cd90dcdefb20b8d8ca4485b4cb88;p=sbcl.git diff --git a/src/code/print.lisp b/src/code/print.lisp index 968c84f..68dffb6 100644 --- a/src/code/print.lisp +++ b/src/code/print.lisp @@ -597,7 +597,7 @@ ;;; words, diddle its case according to *PRINT-CASE* and ;;; READTABLE-CASE. (defun output-symbol-name (name stream &optional (maybe-quote t)) - (declare (type simple-base-string name)) + (declare (type simple-string name)) (setup-printer-state) (if (and maybe-quote (symbol-quotep name)) (output-quoted-symbol-name name stream)