Changeset 5781


Ignore:
Timestamp:
Jan 23, 2007, 2:14:05 PM (18 years ago)
Author:
Gary Byers
Message:

FF-CALL implemented in terms of the new ftd hook.

File:
1 edited

Legend:

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

    r5758 r5781  
    13201320Lisp object of type indicated by result-type-specifier), or NIL if
    13211321result-type-specifer is :VOID or NIL"
     1322  (funcall (ftd-ff-call-expand-function *target-ftd*)
     1323           `(%ff-call ,entry) args)
     1324  #+nil         
    13221325  (let* ((monitor (eq (car args) :monitor-exception-ports)))
    13231326    (when monitor
Note: See TracChangeset for help on using the changeset viewer.