Changeset 6284
- Timestamp:
- Apr 16, 2007, 1:08:02 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/nx0.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/nx0.lisp
r6174 r6284 448 448 (let* ((atype (acode-form-type (cadr form) t)) 449 449 (actype (if atype (specifier-type atype)))) 450 (if actype450 (if (typep actype 'array-ctype) 451 451 (type-specifier (array-ctype-specialized-element-type 452 452 actype))))
Note:
See TracChangeset
for help on using the changeset viewer.
