Changeset 5099
- Timestamp:
- Sep 4, 2006, 5:03:38 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-0/PPC/ppc-array.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-0/PPC/ppc-array.lisp
r5097 r5099 34 34 ppc32::max-8-bit-ivector-subtag 35 35 ppc32::max-16-bit-ivector-subtag) 36 (eql ppc32::max-32-bit-ivector-subtag ppc32::subtag-new-string) 36 (eql ppc32::max-32-bit-ivector-subtag #+target-8-bit-chars 199 37 #-target-8-bit-chars ppc32::subtag-simple-base-string) 37 38 (eql ppc32::max-16-bit-ivector-subtag ppc32::subtag-s16-vector) 38 (eql ppc32::max-8-bit-ivector-subtag ppc32::subtag-simple-base-string)))) 39 (eql ppc32::max-8-bit-ivector-subtag 40 #-target-8-bit-chars 223 41 #+target-8-bit-chars ppc32::subtag-simple-base-string)))) 39 42 40 43 #+ppc32-target
Note:
See TracChangeset
for help on using the changeset viewer.
