Skip to content
Snippets Groups Projects
Commit f181b50e authored by Kevin Rosenberg's avatar Kevin Rosenberg
Browse files

change for allegrocl 8.2beta

parent e523dcc8
No related branches found
No related tags found
No related merge requests found
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 cl-puri (1.5.1-3) unstable; urgency=low
* Build with debhelper extension dh-lisp * Build with debhelper extension dh-lisp
......
...@@ -1315,13 +1315,6 @@ Executes the forms once for each uri with var bound to the current uri" ...@@ -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))))) "#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) (set-dispatch-macro-character #\# #\u #'puri::sharp-u)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment