From 763b8fba1b2e4fb942df85ab5a7f177d3efda72e Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 3 May 2004 09:28:43 -0300 Subject: more stuff goes to configuration file --- ltests.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ltests.h') diff --git a/ltests.h b/ltests.h index c1f58d8d..5ae9cb8e 100644 --- a/ltests.h +++ b/ltests.h @@ -1,5 +1,5 @@ /* -** $Id: ltests.h,v 2.3 2004/03/15 21:04:54 roberto Exp roberto $ +** $Id: ltests.h,v 2.4 2004/04/30 20:13:38 roberto Exp roberto $ ** Internal Header for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -78,6 +78,7 @@ int l_main (int argc, char *argv[]); /* change some sizes to give some bugs a chance */ +#undef LUAL_BUFFERSIZE #define LUAL_BUFFERSIZE 27 #define MINSTRTABSIZE 2 -- cgit v1.2.3-55-g6feb