diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2011-09-30 09:46:06 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2011-09-30 09:46:06 -0300 |
commit | 9caf5b4f796879e16ccb2f6ebbc3887c604bc2f0 (patch) | |
tree | afff26c2ab3a7ce6150325eaf7356d301c1053ea /lstate.h | |
parent | 50cddefeeb409ce3cd696abc5b1e6303089266a9 (diff) | |
download | lua-9caf5b4f796879e16ccb2f6ebbc3887c604bc2f0.tar.gz lua-9caf5b4f796879e16ccb2f6ebbc3887c604bc2f0.tar.bz2 lua-9caf5b4f796879e16ccb2f6ebbc3887c604bc2f0.zip |
lint (unused definition)
Diffstat (limited to 'lstate.h')
-rw-r--r-- | lstate.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lstate.h,v 2.72 2011/06/02 19:31:40 roberto Exp roberto $ | 2 | ** $Id: lstate.h,v 2.73 2011/08/23 17:24:34 roberto Exp roberto $ |
3 | ** Global State | 3 | ** Global State |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -47,8 +47,6 @@ struct lua_longjmp; /* defined in ldo.c */ | |||
47 | #define EXTRA_STACK 5 | 47 | #define EXTRA_STACK 5 |
48 | 48 | ||
49 | 49 | ||
50 | #define BASIC_CI_SIZE 8 | ||
51 | |||
52 | #define BASIC_STACK_SIZE (2*LUA_MINSTACK) | 50 | #define BASIC_STACK_SIZE (2*LUA_MINSTACK) |
53 | 51 | ||
54 | 52 | ||