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

@ -29,6 +29,10 @@
(defmethod (setf proxy-chained-handler) (newval (instance sax-proxy))
(setf (broadcast-handler-handlers instance) (list newval)))
#-rune-is-character
(defmethod hax:%want-strings-p ((handler broadcast-handler))
(hax:%want-strings-p (car (broadcast-handler-handlers instance))))
(macrolet ((define-proxy-method (name (&rest args))
`(defmethod ,name ((handler broadcast-handler) ,@args)
(let (result)