From 3d47635385c6fd37bf994f14910c78706fb5797f Mon Sep 17 00:00:00 2001 From: dlichteblau Date: Thu, 29 Dec 2005 00:31:34 +0000 Subject: [PATCH] whitespace normalizer --- ystream.lisp | 1 + 1 file changed, 1 insertion(+) 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-")))