Changeset 303
- Timestamp:
- Jan 15, 2004, 12:33:32 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-0/l0-array.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-0/l0-array.lisp
r289 r303 520 520 (high (numeric-ctype-high ctype))) 521 521 (cond ((or (null low) (null high)) ppc32::subtag-simple-vector) 522 ((and (= low 0) ( = high 1) ppc32::subtag-bit-vector))522 ((and (= low 0) (<= high 1) ppc32::subtag-bit-vector)) 523 523 ((and (>= low 0) (<= high 255)) ppc32::subtag-u8-vector) 524 524 ((and (>= low 0) (<= high 65535)) ppc32::subtag-u16-vector)
Note:
See TracChangeset
for help on using the changeset viewer.
