diff options
-rw-r--r-- | ltests.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.h,v 1.1 2001/11/29 22:14:34 rieru Exp rieru $ | 2 | ** $Id: ltests.h,v 1.11 2002/01/11 20:23: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 | */ |
@@ -58,5 +58,6 @@ void luaB_opentests (lua_State *L); | |||
58 | 58 | ||
59 | #define LUAL_BUFFERSIZE 27 | 59 | #define LUAL_BUFFERSIZE 27 |
60 | #define ZBSIZE 29 | 60 | #define ZBSIZE 29 |
61 | #define MINSTRTABSIZE 2 | ||
61 | 62 | ||
62 | #endif | 63 | #endif |