Raymond Toy pushed to branch issue-256-loop-var-nil at cmucl / cmucl
Commits: 7d9e1761 by Carl Shapiro at 2024-02-14T14:45:19+00:00 Apply 1 suggestion(s) to 1 file(s) - - - - -
1 changed file:
- src/code/loop.lisp
Changes:
===================================== src/code/loop.lisp ===================================== @@ -1163,7 +1163,7 @@ collected result will be returned as the value of the LOOP." ;; a common lisp type specifier or pattern (matching the variable) thereof. (loop-pop-source) (loop-pop-source)) - + ((symbolp z) ;;This is the (sort of) "old" syntax, even though we didn't used to support all of ;; these type symbols.
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/7d9e176129b529e294bfe866...