Changeset 306
- Timestamp:
- Jan 17, 2004, 7:32:10 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-0/l0-array.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-0/l0-array.lisp
r303 r306 511 511 (class-ctype 512 512 (if (or (eq (class-ctype-class ctype) *character-class*) 513 (eq (class-ctype-class ctype) *base-char-class*) 513 514 (eq (class-ctype-class ctype) *standard-char-class*)) 514 515 ppc32::subtag-simple-base-string … … 520 521 (high (numeric-ctype-high ctype))) 521 522 (cond ((or (null low) (null high)) ppc32::subtag-simple-vector) 522 ((and ( = low 0) (<= high 1) ppc32::subtag-bit-vector))523 ((and (>= low 0) (<= high 1) ppc32::subtag-bit-vector)) 523 524 ((and (>= low 0) (<= high 255)) ppc32::subtag-u8-vector) 524 525 ((and (>= low 0) (<= high 65535)) ppc32::subtag-u16-vector)
Note:
See TracChangeset
for help on using the changeset viewer.
