mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-28 07:22:27 -08:00
allow non-ascii characters in debug info
This commit is contained in:
parent
ae19006cb8
commit
acd81e16cd
2 changed files with 7 additions and 2 deletions
|
|
@ -341,7 +341,7 @@
|
|||
(wt-nl-close-many-braces 0)))))
|
||||
|
||||
(defun t3local-fun-body (fun)
|
||||
(let ((string (make-array 2048 :element-type 'base-char
|
||||
(let ((string (make-array 2048 :element-type 'character
|
||||
:adjustable t
|
||||
:fill-pointer 0)))
|
||||
(with-output-to-string (*compiler-output1* string)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue