diff options
-rw-r--r-- | luaconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.226 2014/10/30 18:50:03 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.227 2014/11/02 19:35:39 roberto Exp roberto $ |
3 | ** Configuration file for Lua | 3 | ** Configuration file for Lua |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -710,7 +710,7 @@ | |||
710 | @@ LUAL_BUFFERSIZE is the buffer size used by the lauxlib buffer system. | 710 | @@ LUAL_BUFFERSIZE is the buffer size used by the lauxlib buffer system. |
711 | ** CHANGE it if it uses too much C-stack space. | 711 | ** CHANGE it if it uses too much C-stack space. |
712 | */ | 712 | */ |
713 | #define LUAL_BUFFERSIZE (0x400 * sizeof(void*)) | 713 | #define LUAL_BUFFERSIZE ((int)(0x80 * sizeof(void*) * sizeof(lua_Integer))) |
714 | 714 | ||
715 | /* }================================================================== */ | 715 | /* }================================================================== */ |
716 | 716 | ||