diff options
-rw-r--r-- | ltests.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.h,v 2.17 2005/12/27 17:12:00 roberto Exp roberto $ | 2 | ** $Id: ltests.h,v 2.18 2006/06/05 19:35:57 roberto Exp roberto $ |
3 | ** Internal Header for Debugging of the Lua Implementation | 3 | ** Internal Header for Debugging of the Lua Implementation |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -80,7 +80,7 @@ int luaB_opentests (lua_State *L); | |||
80 | /* change some sizes to give some bugs a chance */ | 80 | /* change some sizes to give some bugs a chance */ |
81 | 81 | ||
82 | #undef LUAL_BUFFERSIZE | 82 | #undef LUAL_BUFFERSIZE |
83 | #define LUAL_BUFFERSIZE 27 | 83 | #define LUAL_BUFFERSIZE 23 |
84 | #define MINSTRTABSIZE 2 | 84 | #define MINSTRTABSIZE 2 |
85 | 85 | ||
86 | #endif | 86 | #endif |