r5162: *** empty log message ***
[xmlutils.git] / pxml0.cl
index a09f33a2f80b8a031b1b9d7d59ceffde4bb7c744..93ba24856ae3a8a3b5298d6f838bd57d752c02cf 100644 (file)
--- a/pxml0.cl
+++ b/pxml0.cl
@@ -19,8 +19,6 @@
 ;; version) or write to the Free Software Foundation, Inc., 59 Temple Place,
 ;; Suite 330, Boston, MA  02111-1307  USA
 ;;
-;; $Id: pxml0.cl,v 1.3 2002/10/16 03:45:52 kevin Exp $
-
 ;; pxml.cl - parse xml
 ;;
 ;; Change Log
 
 (in-package :net.xml.parser)
 
-
-#-allegro
-(eval-when (:compile-toplevel :load-toplevel :execute)
-  (defvar excl::*dribble-bug-hooks* nil)
-#+ignore (export '*dribble-bug-hooks* 'excl))
-
 (unless (fboundp 'pxml-dribble-bug-hook)
   (let ((pxml-version-strings nil))
     (defun pxml-dribble-bug-hook (stream-or-string)
@@ -53,9 +45,9 @@
            do (write-string string stream-or-string)
               (terpri stream-or-string))))
 
-    (push 'pxml-dribble-bug-hook excl::*dribble-bug-hooks*)))
+    (push 'pxml-dribble-bug-hook excl:*dribble-bug-hooks*)))
 
-(funcall 'pxml-dribble-bug-hook "$Id: pxml0.cl,v 1.3 2002/10/16 03:45:52 kevin Exp $")
+(funcall 'pxml-dribble-bug-hook "$Id: pxml0.cl,v 1.4 2003/06/20 02:21:23 kevin Exp $")
 
 (defun xml-char-p (char)
   (declare (optimize (speed 3) (safety 1)))