On 9/9/09, Steve Haflich <smh at franz.com> wrote:
> (defmacro sloop (&rest body)
> (warn "Using deprecated macro 'sloop'. Use 'loop' instead.")
> `(loop , at body))
I've applied & committed the SLOOP removal patch,
with this definition of the SLOOP macro, with one change:
I let stand the SLOOP in lisp-utils/make-proclaim.lisp
because it uses the nonstandard keyword IN-TABLE.
make-proclaim.lisp is GCL-specific anyway.
Thanks to Ziga Lenarcic for the patch.
best
Robert Dodier