diff options
Diffstat (limited to 'stand/liblua/luaconf.h')
-rw-r--r-- | stand/liblua/luaconf.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/stand/liblua/luaconf.h b/stand/liblua/luaconf.h index dd642cba92f49..e3275c13c4b58 100644 --- a/stand/liblua/luaconf.h +++ b/stand/liblua/luaconf.h @@ -783,11 +783,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 +#define LUAL_BUFFERSIZE 128 /* }================================================================== */ |