The pretty printer has to accept extended characters now.

This commit is contained in:
Juan Jose Garcia Ripoll 2008-10-26 17:45:22 +01:00
parent 541956193a
commit fc60fc304c

View file

@ -145,7 +145,7 @@
(defun pretty-out (stream char)
(declare (type pretty-stream stream)
(type base-char char)
(type character char)
(si::c-local))
(cond ((char= char #\newline)
(enqueue-newline stream :literal))