diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-01-14 12:19:42 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-01-14 12:19:42 -0200 |
commit | 5be517602e5334573297fe8d421a92eb0184ce86 (patch) | |
tree | a3253a42f85b2aff30ed46e840e8e547f6746a94 /llimits.h | |
parent | d2bda8046c1061c353f9e787e987772b9f96099b (diff) | |
download | lua-5be517602e5334573297fe8d421a92eb0184ce86.tar.gz lua-5be517602e5334573297fe8d421a92eb0184ce86.tar.bz2 lua-5be517602e5334573297fe8d421a92eb0184ce86.zip |
no more generational collector (and no more `noinc' mode)
Diffstat (limited to 'llimits.h')
-rw-r--r-- | llimits.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llimits.h,v 1.61 2004/11/24 18:55:56 roberto Exp roberto $ | 2 | ** $Id: llimits.h,v 1.62 2004/12/13 12:15:11 roberto Exp roberto $ |
3 | ** Limits, basic types, and some other `installation-dependent' definitions | 3 | ** Limits, basic types, and some other `installation-dependent' definitions |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -73,8 +73,6 @@ typedef LUA_UACNUMBER l_uacNumber; | |||
73 | typedef lu_int32 Instruction; | 73 | typedef lu_int32 Instruction; |
74 | 74 | ||
75 | 75 | ||
76 | /* divisor for GC pace */ | ||
77 | #define GCDIV 8 | ||
78 | 76 | ||
79 | /* maximum stack for a Lua function */ | 77 | /* maximum stack for a Lua function */ |
80 | #define MAXSTACK 250 | 78 | #define MAXSTACK 250 |