Skip to content
Commit 4a07b08a authored by Luís Oliveira's avatar Luís Oliveira
Browse files

Fix bug in FOREIGN-FUNCALL.

CFFI::PARSE-ARGS-AND-TYPES was inadvertently suppressing arguments with
NIL values. E.g.: (foreign-funcall "foo" :foo a :bar nil :baz b :void)
was compiled as (foreign-funcall "foo" :foo a :baz b :void).

Reported by "D.I."
parent 3739977b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment