From f181b50e627397400a908bca980ab95cb1e637de Mon Sep 17 00:00:00 2001
From: Kevin Rosenberg <kevin@rosenberg.net>
Date: Wed, 11 Nov 2009 12:15:04 -0700
Subject: [PATCH] change for allegrocl 8.2beta

---
 debian/changelog | 6 ++++++
 src.lisp         | 7 -------
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dd7d992..55994f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cl-puri (1.5.2-1) unstable; urgency=low
+
+  * New upstream
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 11 Nov 2009 12:14:39 -0700
+
 cl-puri (1.5.1-3) unstable; urgency=low
 
   * Build with debhelper extension dh-lisp
diff --git a/src.lisp b/src.lisp
index 6ba0417..a19f889 100644
--- a/src.lisp
+++ b/src.lisp
@@ -1315,13 +1315,6 @@ Executes the forms once for each uri with var bound to the current uri"
           "#u takes a string or list argument: ~s" arg)))))
 
 
-#+allegro
-excl::
-#+allegro
-(locally (declare (special std-lisp-readtable))
-  (let ((*readtable* std-lisp-readtable))
-    (set-dispatch-macro-character #\# #\u #'puri::sharp-u)))
-#-allegro
 (set-dispatch-macro-character #\# #\u #'puri::sharp-u)
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-- 
GitLab