[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Android support
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 3 Nov 2016 13:37:06 -0200
> 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