Changeset 583
- Timestamp:
- Feb 28, 2004, 1:19:24 AM (21 years ago)
- Location:
- trunk/ccl/level-1
- Files:
-
- 2 edited
-
l1-aprims.lisp (modified) (2 diffs)
-
l1-utils.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-aprims.lisp
r395 r583 543 543 544 544 (defun %make-displaced-array (dimensions displaced-to 545 &optional fill adjustable offset temp-p)546 (declare (ignore temp-p))545 &optional fill adjustable 546 offset explicitp) 547 547 (if offset 548 548 (unless (and (fixnump offset) (>= (the fixnum offset) 0)) … … 564 564 (flags 0)) 565 565 (declare (fixnum disp-size rank flags vect-subtype real-offset)) 566 (when explicitp 567 (setq flags (bitset $arh_exp_disp_bit flags))) 566 568 (if (not (fixnump new-size))(error "Bad array dimensions ~s." dimensions)) 567 569 (locally (declare (fixnum new-size)) -
trunk/ccl/level-1/l1-utils.lisp
r492 r583 1422 1422 :displaced-to displaced-to :element-type element-type)) 1423 1423 (%make-displaced-array dims displaced-to 1424 fill-pointer adjustable displaced-index-offset ))1424 fill-pointer adjustable displaced-index-offset t)) 1425 1425 (t 1426 1426 (when displaced-index-offset
Note:
See TracChangeset
for help on using the changeset viewer.
