From 39a8082f50c7321d75425f08a551a1d331dcea2d Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 6 Dec 2004 15:53:42 -0200 Subject: more options for controling the GC --- luaconf.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'luaconf.h') diff --git a/luaconf.h b/luaconf.h index 8c3aa080..c7c2ee98 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.18 2004/12/01 15:50:18 roberto Exp roberto $ +** $Id: luaconf.h,v 1.19 2004/12/01 15:52:54 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -273,6 +273,9 @@ #define lua_userstateopen(L) /* empty */ +/* initial GC parameters */ +#define STEPMUL 4 + #endif /* }====================================================== */ -- cgit v1.2.3-55-g6feb