aboutsummaryrefslogtreecommitdiff
path: root/llimits.h
diff options
context:
space:
mode:
Diffstat (limited to 'llimits.h')
-rw-r--r--llimits.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/llimits.h b/llimits.h
index 1c9bc4e6..efbe3898 100644
--- a/llimits.h
+++ b/llimits.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: llimits.h,v 1.60 2004/09/10 17:30:46 roberto Exp roberto $ 2** $Id: llimits.h,v 1.61 2004/11/24 18:55:56 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,6 +73,8 @@ typedef LUA_UACNUMBER l_uacNumber;
73typedef lu_int32 Instruction; 73typedef lu_int32 Instruction;
74 74
75 75
76/* divisor for GC pace */
77#define GCDIV 8
76 78
77/* maximum stack for a Lua function */ 79/* maximum stack for a Lua function */
78#define MAXSTACK 250 80#define MAXSTACK 250