LispWorks Release Notes and Installation Guide > 13 Release Notes > 13.9 Foreign Language interface changes

NextPrevUpTopContentsIndex

13.9.3 :ignore in define-foreign-function lambda list

fli:define-foreign-function has a new option :ignore in the syntax for an argument which is useful for :reference-return arguments. It specifies that nil is always passed through to the foreign code and the argument is omitted from the lambda list of the Lisp function.


LispWorks Release Notes and Installation Guide - 21 Dec 2009

NextPrevUpTopContentsIndex