Changeset 5809


Ignore:
Timestamp:
Jan 29, 2007, 3:36:52 AM (18 years ago)
Author:
Gary Byers
Message:

REQUIRE-FOREIGN-TYPE-BITS.

File:
1 edited

Legend:

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

    r5793 r5809  
    12181218                        (reduce #'* dims))))))))
    12191219
     1220(defun require-foreign-type-bits (type)
     1221  (or (ensure-foreign-type-bits type)
     1222      (error "Can't determine attributes of foreign type ~s" type)))
     1223
    12201224(defun %find-foreign-record (name)
    12211225  (or (info-foreign-type-struct name)
Note: See TracChangeset for help on using the changeset viewer.