diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-03-08 16:17:59 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-03-08 16:17:59 -0300 |
commit | ecda9c1972dbe5ba585d78f9a33d6ab875648722 (patch) | |
tree | 66b8462f0a686f8e6f39071b706d5973f39a397f | |
parent | e19eba72191d045213304960f1e63213cdd50b8b (diff) | |
download | lua-ecda9c1972dbe5ba585d78f9a33d6ab875648722.tar.gz lua-ecda9c1972dbe5ba585d78f9a33d6ab875648722.tar.bz2 lua-ecda9c1972dbe5ba585d78f9a33d6ab875648722.zip |
details
-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 |