Changeset 3316 for trunk/thirdparty/cxml
- Timestamp:
- 06/24/08 17:49:39 (7 months ago)
- Files:
-
- trunk/thirdparty/cxml/xml/sax-handler.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/thirdparty/cxml/xml/sax-handler.lisp
r3314 r3316 293 293 (:method ((handler t) ,@args) 294 294 (declare (ignore ,@args)) 295 (warn "deprecated SAX default method used by handler ~A ~ 295 #+(or) 296 (warn "deprecated SAX default method used by handler ~A ~ 296 297 that is not a subclass of SAX:ABSTRACT-HANDLER ~ 297 298 or HAX:ABSTRACT-HANDLER" handler) … … 422 423 (:method ((handler t) sax-parser) 423 424 (declare (ignore sax-parser)) 425 #+(or) 424 426 (warn "deprecated sax default method used by handler ~A ~ 425 427 that is not a subclass of sax:abstract-handler ~
