mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 06:12:25 -08:00
:CDECL was not accepted as an FFI declaration due to a typo.
This commit is contained in:
parent
fb9c491a4f
commit
7f8ac13aa2
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ static struct {
|
|||
{@':stdcall', FFI_STDCALL},
|
||||
#elif defined(X86_WIN64)
|
||||
{@':win64', FFI_WIN64},
|
||||
#elsif defined(X86_ANY) || defined(X86) || defined(X86_64)
|
||||
#elif defined(X86_ANY) || defined(X86) || defined(X86_64)
|
||||
{@':cdecl', FFI_SYSV},
|
||||
{@':sysv', FFI_SYSV},
|
||||
{@':unix64', FFI_UNIX64},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue