hax:%want-strings-p

This commit is contained in:
dlichteblau
2007-10-21 17:07:23 +00:00
parent 35847cb2de
commit aee7890e8d
3 changed files with 12 additions and 0 deletions

View File

@ -82,6 +82,10 @@
(have-internal-subset :initform nil :accessor have-internal-subset)
(stack :initform nil :accessor stack)))
#-rune-is-character
(defmethod hax:%want-strings-p ((handler sink))
nil)
(defmethod initialize-instance :after ((instance sink) &key)
(when (eq (canonical instance) t)
(setf (canonical instance) 1))