X-Git-Url: http://git.kpe.io/?p=puri.git;a=blobdiff_plain;f=src.lisp;fp=src.lisp;h=a19f889d327a1d346ba3d735c4a0b80b193b4aba;hp=6ba041700a3980191f81c9390027cd7bb1767aa8;hb=f181b50e627397400a908bca980ab95cb1e637de;hpb=e523dcc81fa3947bed9b6093641eed216fc0ec29 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) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;