From 7451421db79e582fdb4f6d825fb93e58b569dfaa Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Fri, 13 Jul 2018 19:19:32 +1100 Subject: [PATCH] Reapply d0100758f855ec0d8f30dff41e8a8b6ff2d45fda (cherry-picked from commit 8fcd3f2a833682a95c7d175d6a48cc42fa5e0c2d) --- src/lua/luaconf.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lua/luaconf.h b/src/lua/luaconf.h index 9eeeea69e205..ce322efcf6cd 100644 --- a/src/lua/luaconf.h +++ b/src/lua/luaconf.h @@ -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 /* }================================================================== */