Changeset 5787


Ignore:
Timestamp:
Jan 24, 2007, 1:28:46 AM (18 years ago)
Author:
Gary Byers
Message:

A few more fields (for callbacks) in ftd defstruct.

File:
1 edited

Legend:

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

    r5781 r5787  
    5555  (dirlist (make-dll-header))
    5656  (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 ()))
    5861
    5962
     
    7578                      :prepend-underscores #+darwinppc-target t #-darwinppc-target nil)
    7679                    :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
    7887                    ))
    7988                   
Note: See TracChangeset for help on using the changeset viewer.