aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-03-08 16:17:59 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-03-08 16:17:59 -0300
commitecda9c1972dbe5ba585d78f9a33d6ab875648722 (patch)
tree66b8462f0a686f8e6f39071b706d5973f39a397f
parente19eba72191d045213304960f1e63213cdd50b8b (diff)
downloadlua-ecda9c1972dbe5ba585d78f9a33d6ab875648722.tar.gz
lua-ecda9c1972dbe5ba585d78f9a33d6ab875648722.tar.bz2
lua-ecda9c1972dbe5ba585d78f9a33d6ab875648722.zip
details
-rw-r--r--ltests.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ltests.h b/ltests.h
index 12fac8d3..28604c60 100644
--- a/ltests.h
+++ b/ltests.h
@@ -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