lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Lua 5.3.3 requires some patches.
> The implementation of strtod() in the Android Bionic C library doesn't
> handle the hex format.
> So, we must define LUA_USE_C89.
> [...]

If the only problem with C99 is strtod, wouldn't be easier to simply
undefine 'lua_strx2number' for Android (instead of defining LUA_USE_C89)?

-- Roberto