Changeset 5787
- Timestamp:
- Jan 24, 2007, 1:28:46 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lib/foreign-types.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lib/foreign-types.lisp
r5781 r5787 55 55 (dirlist (make-dll-header)) 56 56 (attributes ()) 57 (ff-call-expand-function ())) 57 (ff-call-expand-function ()) 58 (ff-call-struct-return-by-implicit-arg-function ()) 59 (callback-bindings-function ()) 60 (callback-return-value-function ())) 58 61 59 62 … … 75 78 :prepend-underscores #+darwinppc-target t #-darwinppc-target nil) 76 79 :ff-call-expand-function 77 'os::expand-ff-call 80 'os::expand-ff-call 81 :ff-call-struct-return-by-implicit-arg-function 82 'os::record-type-returns-structure-as-first-arg 83 :callback-bindings-function 84 'os::generate-callback-bindings 85 :callback-return-value-function 86 'os::generate-callback-return-value 78 87 )) 79 88
Note:
See TracChangeset
for help on using the changeset viewer.
