change for allegrocl 8.2beta

This commit is contained in:
Kevin Rosenberg
2009-11-11 12:15:04 -07:00
parent e523dcc81f
commit f181b50e62
2 changed files with 6 additions and 7 deletions

6
debian/changelog vendored
View 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

View File

@ -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)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;