allow non-ascii characters in debug info

This commit is contained in:
Marius Gerbershagen 2023-03-13 19:53:01 +01:00
parent ae19006cb8
commit acd81e16cd
2 changed files with 7 additions and 2 deletions

View file

@ -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)