aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h4
1 files 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 @@
1/* 1/*
2** $Id: ltests.h,v 2.17 2005/12/27 17:12:00 roberto Exp roberto $ 2** $Id: ltests.h,v 2.18 2006/06/05 19:35: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*/
@@ -80,7 +80,7 @@ int luaB_opentests (lua_State *L);
80/* change some sizes to give some bugs a chance */ 80/* change some sizes to give some bugs a chance */
81 81
82#undef LUAL_BUFFERSIZE 82#undef LUAL_BUFFERSIZE
83#define LUAL_BUFFERSIZE 27 83#define LUAL_BUFFERSIZE 23
84#define MINSTRTABSIZE 2 84#define MINSTRTABSIZE 2
85 85
86#endif 86#endif