Fix declariotion for complex for variable
This commit is contained in:
parent
04aa7c539e
commit
5bfe616bd0
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue