From b7fa64565af859776ca805ea5d1ee4a94a44c6b8 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Sun, 30 Sep 2007 10:09:43 -0300 Subject: [PATCH] 27 is not a prime number :( --- ltests.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ltests.h b/ltests.h index 42a560c7..b550fd92 100644 --- a/ltests.h +++ b/ltests.h @@ -1,5 +1,5 @@ /* -** $Id: ltests.h,v 2.17 2005/12/27 17:12:00 roberto Exp roberto $ +** $Id: ltests.h,v 2.18 2006/06/05 19:35:57 roberto Exp roberto $ ** Internal Header for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -80,7 +80,7 @@ int luaB_opentests (lua_State *L); /* change some sizes to give some bugs a chance */ #undef LUAL_BUFFERSIZE -#define LUAL_BUFFERSIZE 27 +#define LUAL_BUFFERSIZE 23 #define MINSTRTABSIZE 2 #endif