Skip to content
Snippets Groups Projects
Commit 451bceda authored by Liam M. Healy's avatar Liam M. Healy
Browse files

Fix fsbv:defcfun call

The expansion of a foreign structure-by-value function did not
substitute the foreign function name.  It turns out this didn't matter
because cffi::parse-name-and-options used by fsbv:defcfun simply
ignored the symbol 'GSL-NAME for the foreign function name and pulled
the actual name out of the symbol-name for the Lisp symbol of the
function name.  This fix makes it clearer in the macroexpansion
however.
parent 5fe5b489
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment