whitespace normalizer

This commit is contained in:
dlichteblau
2005-12-29 00:31:34 +00:00
parent bcdf307e65
commit 3d47635385

View File

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