0.8.17.11:
[sbcl.git] / src / code / pprint.lisp
index 90ea31d..8c084d6 100644 (file)
 
 (defun pretty-out (stream char)
   (declare (type pretty-stream stream)
-          (type base-char char))
+          (type character char))
   (cond ((char= char #\newline)
         (enqueue-newline stream :literal))
        (t