DTC patch-rune

o make-string-sink/utf8, make-character-stream-sink/utf8: these functions
  are not needed when compiling with the :rune-is-character feature.
This commit is contained in:
dlichteblau
2007-06-16 10:02:43 +00:00
parent 65269e5ff3
commit db31b727ca

View File

@ -110,10 +110,10 @@
#+rune-is-character
(define-maker make-character-stream-sink make-character-stream-ystream stream)
;; #-rune-is-character
#-rune-is-character
(define-maker make-string-sink/utf8 make-string-ystream/utf8)
;; #-rune-is-character
#-rune-is-character
(define-maker make-character-stream-sink/utf8
make-character-stream-ystream/utf8
stream))