(cherry-picked from commit 8fcd3f2a83)
This commit is contained in:
Charles Dang 2018-07-13 19:19:32 +11:00
parent aba5b94b99
commit 7451421db7

View file

@ -755,11 +755,7 @@
** smaller buffer would force a memory allocation for each call to
** 'string.format'.)
*/
#if LUA_FLOAT_TYPE == LUA_FLOAT_LONGDOUBLE
#define LUAL_BUFFERSIZE 8192
#else
#define LUAL_BUFFERSIZE ((int)(0x80 * sizeof(void*) * sizeof(lua_Integer)))
#endif
/* }================================================================== */