Skip to content

Commit

Permalink
Reapply d010075
Browse files Browse the repository at this point in the history
(cherry-picked from commit 8fcd3f2)
  • Loading branch information
Vultraz committed Oct 7, 2018
1 parent aba5b94 commit 7451421
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lua/luaconf.h
Expand Up @@ -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

/* }================================================================== */

Expand Down

0 comments on commit 7451421

Please sign in to comment.