Re: :module keyword on lispworks def-function
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> Wed, 31 Mar 2004 14:01:36 -0700
| Newsgroups | gmane.lisp.uffi.general |
|---|---|
| Message-ID | <[email protected]> |
Peter Denno wrote: > Thus far I have only run the tests, so I might have missed > something, but the UFFI Reference guide says that on lispworks, > def-function requires the :module keyword. But it is not used in the > test code def-functions, and things work for me. :module isn't strictly required on lispworks, but can help LW find the correct definition. -- Kevin Rosenberg kevin-HJRc7zDS/[email protected]