diff options
| author | Lua Team <team@lua.org> | 2005-03-04 12:00:00 +0000 |
|---|---|---|
| committer | repogen <> | 2005-03-04 12:00:00 +0000 |
| commit | e6ddfd3b09c0a3727afc773029c323a3defe50fa (patch) | |
| tree | 70e021a2b008f43064eeb04e002a31ba371b5108 /src/llimits.h | |
| parent | e2493a40ee611d5a718fd2a81fe67e24c04c91a0 (diff) | |
| download | lua-github-5.1-work5.tar.gz | |
Lua 5.1-work55.1-work5
Diffstat (limited to 'src/llimits.h')
| -rw-r--r-- | src/llimits.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/llimits.h b/src/llimits.h index c3d5d532..5b11e820 100644 --- a/src/llimits.h +++ b/src/llimits.h @@ -1,5 +1,5 @@ /* -** $Id: llimits.h,v 1.62 2004/12/13 12:15:11 roberto Exp $ +** $Id: llimits.h,v 1.63 2005/01/14 14:19:42 roberto Exp $ ** 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 |
