no more generational collector (and no more `noinc' mode)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
** $Id: llimits.h,v 1.61 2004/11/24 18:55:56 roberto Exp roberto $
|
||||
** $Id: llimits.h,v 1.62 2004/12/13 12:15:11 roberto Exp roberto $
|
||||
** Limits, basic types, and some other `installation-dependent' definitions
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
@@ -73,8 +73,6 @@ typedef LUA_UACNUMBER l_uacNumber;
|
||||
typedef lu_int32 Instruction;
|
||||
|
||||
|
||||
/* divisor for GC pace */
|
||||
#define GCDIV 8
|
||||
|
||||
/* maximum stack for a Lua function */
|
||||
#define MAXSTACK 250
|
||||
|
||||
Reference in New Issue
Block a user