diff options
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 | /* }====================================================== */ |