:CDECL was not accepted as an FFI declaration due to a typo.

This commit is contained in:
Juan Jose Garcia Ripoll 2012-04-19 21:35:54 +02:00
parent fb9c491a4f
commit 7f8ac13aa2

View file

@ -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},