lua

A copy of the Lua development repository
Log | Files | Refs | README

commit ecda9c1972dbe5ba585d78f9a33d6ab875648722
parent e19eba72191d045213304960f1e63213cdd50b8b
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Fri,  8 Mar 2002 16:17:37 -0300

details

Diffstat:
Mltests.h | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ltests.h b/ltests.h @@ -1,5 +1,5 @@ /* -** $Id: ltests.h,v 1.1 2001/11/29 22:14:34 rieru Exp rieru $ +** $Id: ltests.h,v 1.11 2002/01/11 20:23:57 roberto Exp roberto $ ** Internal Header for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -58,5 +58,6 @@ void luaB_opentests (lua_State *L); #define LUAL_BUFFERSIZE 27 #define ZBSIZE 29 +#define MINSTRTABSIZE 2 #endif