diff --git a/ystream.lisp b/ystream.lisp index e574f3a..13f1af6 100644 --- a/ystream.lisp +++ b/ystream.lisp @@ -223,6 +223,7 @@ #+rune-is-integer (progn (defstruct (character-stream-ystream/utf8 + (:constructor make-character-stream-ystream/utf8 (os-stream)) (:include %stream-ystream) (:conc-name "YSTREAM-")))