Skip to content
Snippets Groups Projects
Commit 89cf3b64 authored by toy's avatar toy
Browse files

Patch stolen from SBCL bug 81.

Loop doesn't handle loops like

(loop with (a b) = '(1 2)
      and (c d) = '(3 4)
      return (list a b c d))

correctly because it fails to destructure the variables correctly.
parent 1fe4bc46
No related branches found
No related tags found
Loading
Loading
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