aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2004-05-03 09:28:43 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2004-05-03 09:28:43 -0300
commit763b8fba1b2e4fb942df85ab5a7f177d3efda72e (patch)
tree9e72c9aeb34dca54975093091c51dea01ea895e6 /ltests.h
parentb4cd38ba6c148cf7db5deae6208b660c3417cac9 (diff)
downloadlua-763b8fba1b2e4fb942df85ab5a7f177d3efda72e.tar.gz
lua-763b8fba1b2e4fb942df85ab5a7f177d3efda72e.tar.bz2
lua-763b8fba1b2e4fb942df85ab5a7f177d3efda72e.zip
more stuff goes to configuration file
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ltests.h b/ltests.h
index c1f58d8d..5ae9cb8e 100644
--- a/ltests.h
+++ b/ltests.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltests.h,v 2.3 2004/03/15 21:04:54 roberto Exp roberto $ 2** $Id: ltests.h,v 2.4 2004/04/30 20:13:38 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*/
@@ -78,6 +78,7 @@ int l_main (int argc, char *argv[]);
78 78
79/* change some sizes to give some bugs a chance */ 79/* change some sizes to give some bugs a chance */
80 80
81#undef LUAL_BUFFERSIZE
81#define LUAL_BUFFERSIZE 27 82#define LUAL_BUFFERSIZE 27
82#define MINSTRTABSIZE 2 83#define MINSTRTABSIZE 2
83 84