Changeset 323


Ignore:
Timestamp:
Jan 17, 2004, 7:54:11 PM (21 years ago)
Author:
Gary Byers
Message:

Handle FOREIGN-ARRAY-TYPE. (Note: this is Darwin-specific.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lib/foreign-types.lisp

    r91 r323  
    15901590                    (if (<= bits 64)
    15911591                      :unsigned-doubleword)))))))
    1592          (foreign-record-type
     1592         ((or foreign-record-type foreign-array-type)
    15931593          (let* ((bits (ensure-foreign-type-bits ftype)))
    15941594            (ceiling bits 32))))
Note: See TracChangeset for help on using the changeset viewer.