Merge branch 'feature-one-loop-fix' into 'develop'

Fix declaration for complex for variable

Closes #585

See merge request embeddable-common-lisp/ecl!206
This commit is contained in:
Daniel Kochmański 2020-05-07 10:07:49 +00:00
commit cbe5326b0f

View file

@ -1729,7 +1729,7 @@ Note that this is not a valid ANSI code."))
(unless var
(setf var (gensym)))
(loop-sequencer
var (loop-check-data-type data-type 'real) t
var (loop-check-data-type data-type 'number) t
nil nil nil nil nil nil
(loop-collect-prepositional-phrases
'((:from :upfrom :downfrom) (:to :upto :downto :above :below) (:by))