mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-26 17:38:21 +01:00
disable long double
This commit is contained in:
parent
39831d7fc4
commit
55567f9c14
@ -493,9 +493,9 @@ static int l_ffi_meta(lua_State* L)
|
||||
case FFI_TYPE_SINT64:
|
||||
lua_pushstring(L, "SINT64");
|
||||
break;
|
||||
case FFI_TYPE_LONGDOUBLE:
|
||||
/*case FFI_TYPE_LONGDOUBLE:
|
||||
lua_pushstring(L, "LONGDOUBLE");
|
||||
break;
|
||||
break;*/
|
||||
case FFI_TYPE_FLOAT:
|
||||
lua_pushstring(L, "FLOAT");
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user