Changeset 13151
- Timestamp:
- Oct 30, 2009, 5:28:50 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/compiler/nx1.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/compiler/nx1.lisp
r13067 r13151 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.
