X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=pxml0.cl;fp=pxml0.cl;h=b2a87d1f1b89838674b2c0132758f10d4de82cdf;hb=d8b217684dec9f0e22d52256f1565f14748b96c0;hp=92f776edcb1a884e17aef1b0fb3253762da58f40;hpb=fdd9c09bc34d0a20ccccc1fa62bca82b74f56563;p=xmlutils.git diff --git a/pxml0.cl b/pxml0.cl index 92f776e..b2a87d1 100644 --- a/pxml0.cl +++ b/pxml0.cl @@ -19,7 +19,7 @@ ;; version) or write to the Free Software Foundation, Inc., 59 Temple Place, ;; Suite 330, Boston, MA 02111-1307 USA ;; -;; $Id: pxml0.cl,v 1.1 2002/10/15 12:23:03 kevin Exp $ +;; $Id: pxml0.cl,v 1.2 2002/10/15 13:59:37 kevin Exp $ ;; pxml.cl - parse xml ;; @@ -38,6 +38,9 @@ (in-package :net.xml.parser) +#-allegro (defvar excl::*dribble-bug-hooks*) +#-allegro (export '*dribble-bug-hooks* 'excl) + (unless (fboundp 'pxml-dribble-bug-hook) (let ((pxml-version-strings nil)) (defun pxml-dribble-bug-hook (stream-or-string) @@ -49,7 +52,7 @@ (push 'pxml-dribble-bug-hook excl:*dribble-bug-hooks*))) -(funcall 'pxml-dribble-bug-hook "$Id: pxml0.cl,v 1.1 2002/10/15 12:23:03 kevin Exp $") +(funcall 'pxml-dribble-bug-hook "$Id: pxml0.cl,v 1.2 2002/10/15 13:59:37 kevin Exp $") (defun xml-char-p (char) (declare (optimize (speed 3) (safety 1)))