mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-13 08:20:31 -07:00
The pretty printer has to accept extended characters now.
This commit is contained in:
parent
541956193a
commit
fc60fc304c
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue