Changeset 328
- Timestamp:
- Jan 17, 2004, 8:00:30 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/library/loop.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/library/loop.lisp
r6 r328 155 155 (if *loop-gentemp* 156 156 (gentemp (string pref)) 157 (gensym )))157 (gensym (string pref)))) 158 158 159 159 … … 1956 1956 (multiple-value-setq (form start-constantp start-value) 1957 1957 (loop-constant-fold-if-possible form indexv-type)) 1958 ( loop-make-iteration-variable indexv form indexv-type))1958 (setq indexv (loop-make-iteration-variable indexv form indexv-type))) 1959 1959 ((:upto :to :downto :above :below) 1960 1960 (cond ((loop-tequal prep :upto) (setq inclusive-iteration (setq dir ':up)))
Note:
See TracChangeset
for help on using the changeset viewer.
