1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 16:55:20 +03:00

Lua branch updated to 'next'

This commit is contained in:
Bertrand Songis 2014-02-10 11:26:50 +01:00
parent 7e65fe82c3
commit e15eb9ff79
2 changed files with 32 additions and 28 deletions

View file

@ -276,7 +276,7 @@ union luai_Cast { double l_d; LUA_INT32 l_p[2]; };
//#if defined(ltable_c) && !defined(luai_hashnum)
#if !defined(luai_hashnum)
#include <float.h>
#include <math.h>
@ -285,7 +285,7 @@ union luai_Cast { double l_d; LUA_INT32 l_p[2]; };
n = l_mathop(frexp)(n, &e) * (lua_Number)(INT_MAX - DBL_MAX_EXP); \
lua_number2int(i, n); i += e; }
//#endif
#endif