aboutsummaryrefslogtreecommitdiff
path: root/llimits.h
diff options
context:
space:
mode:
Diffstat (limited to 'llimits.h')
-rw-r--r--llimits.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/llimits.h b/llimits.h
index efbe3898..86b3f28f 100644
--- a/llimits.h
+++ b/llimits.h
@@ -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;
73typedef lu_int32 Instruction; 73typedef 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