1
0
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:
lxsang 2019-05-04 10:29:05 +02:00
parent 39831d7fc4
commit 55567f9c14

View File

@ -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;