Changeset 13156
- Timestamp:
- Nov 1, 2009, 8:31:46 AM (15 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/compiler/nx1.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/compiler/nx1.lisp
r13070 r13156 35 35 (if (typep ctype 'function-ctype) 36 36 'function 37 (nx-target-type (type-specifier ctype)))))) 37 (if (typep ctype 'values-ctype) 38 '* 39 (nx-target-type (type-specifier ctype))))))) 38 40 (let* ((typespec (typespec-for-the typespec)) 39 41 (*nx-form-type* typespec)
Note:
See TracChangeset
for help on using the changeset viewer.
