Skip to content
Snippets Groups Projects
Commit f452db1b authored by rtoy's avatar rtoy
Browse files

Fix for Trac #17: LOOP NAMED NIL has no effect

code/loop.lisp:
o In LOOP-TRANSLATE, create block for loop named NIL by checking for
  the end of the list, not for NIL in the list.
o In LOOP-DO-NAMED, don't append NIL to *LOOP-NAMES* so we can create
  blocks named NIL.  (Why was this being done before?)

general-info/release-19f.txt:
o Update
parent feeaeabd
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