Changeset 5461
- Timestamp:
- Nov 3, 2006, 12:38:39 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/X86/x862.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/X86/x862.lisp
r5448 r5461 6522 6522 (atype (if (array-ctype-p ctype) ctype)) 6523 6523 (keyword (if (and atype 6524 (= 1 (length (array-ctype-dimensions atype))) 6524 (let* ((dims (array-ctype-dimensions atype))) 6525 (or (atom dims) 6526 (= (length dims) 1))) 6525 6527 (not (array-ctype-complexp atype))) 6526 6528 (funcall … … 6537 6539 (atype (if vtype (specifier-type vtype))) 6538 6540 (keyword (if (and atype 6541 (let* ((dims (array-ctype-dimensions atype))) 6542 (or (atom dims) 6543 (= (length dims) 1))) 6539 6544 (not (array-ctype-complexp atype))) 6540 6545 (funcall
Note:
See TracChangeset
for help on using the changeset viewer.
