change for allegrocl 8.2beta v1.5.2
authorKevin Rosenberg <kevin@rosenberg.net>
Wed, 11 Nov 2009 19:15:04 +0000 (12:15 -0700)
committerKevin Rosenberg <kevin@rosenberg.net>
Wed, 11 Nov 2009 19:15:04 +0000 (12:15 -0700)
debian/changelog
src.lisp

index dd7d992155d0a0ad68f1b799b69840e0414187c5..55994f40c8dd205012f4e91533cecbeb3f33c5fb 100644 (file)
@@ -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
index 6ba041700a3980191f81c9390027cd7bb1767aa8..a19f889d327a1d346ba3d735c4a0b80b193b4aba 100644 (file)
--- 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)
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;