aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2004-12-06 15:53:42 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2004-12-06 15:53:42 -0200
commit39a8082f50c7321d75425f08a551a1d331dcea2d (patch)
tree2a942d2647897371dc104b0271783f78cd0415f8 /luaconf.h
parent531874f6ce9f47f81294beeeba6cd0c15402411c (diff)
downloadlua-39a8082f50c7321d75425f08a551a1d331dcea2d.tar.gz
lua-39a8082f50c7321d75425f08a551a1d331dcea2d.tar.bz2
lua-39a8082f50c7321d75425f08a551a1d331dcea2d.zip
more options for controling the GC
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/luaconf.h b/luaconf.h
index 8c3aa080..c7c2ee98 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.18 2004/12/01 15:50:18 roberto Exp roberto $ 2** $Id: luaconf.h,v 1.19 2004/12/01 15:52:54 roberto Exp roberto $
3** Configuration file for Lua 3** Configuration file for Lua
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -273,6 +273,9 @@
273#define lua_userstateopen(L) /* empty */ 273#define lua_userstateopen(L) /* empty */
274 274
275 275
276/* initial GC parameters */
277#define STEPMUL 4
278
276#endif 279#endif
277 280
278/* }====================================================== */ 281/* }====================================================== */