diff options
-rw-r--r-- | ltests.h | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.h,v 1.7 2001/06/28 19:58:57 roberto Exp $ | 2 | ** $Id: ltests.h,v 1.8 2001/08/31 19:46:07 roberto Exp $ |
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 | */ |
@@ -55,4 +55,10 @@ void luaB_opentests (lua_State *L); | |||
55 | #define LUA_USERINIT(L) (luaB_opentests(L), openstdlibs(L)) | 55 | #define LUA_USERINIT(L) (luaB_opentests(L), openstdlibs(L)) |
56 | 56 | ||
57 | 57 | ||
58 | |||
59 | /* change some sizes to give some bugs a chance */ | ||
60 | |||
61 | #define LUAL_BUFFERSIZE 27 | ||
62 | #define ZBSIZE 29 | ||
63 | |||
58 | #endif | 64 | #endif |