aboutsummaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2011-09-30 09:46:06 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2011-09-30 09:46:06 -0300
commit9caf5b4f796879e16ccb2f6ebbc3887c604bc2f0 (patch)
treeafff26c2ab3a7ce6150325eaf7356d301c1053ea /lstate.h
parent50cddefeeb409ce3cd696abc5b1e6303089266a9 (diff)
downloadlua-9caf5b4f796879e16ccb2f6ebbc3887c604bc2f0.tar.gz
lua-9caf5b4f796879e16ccb2f6ebbc3887c604bc2f0.tar.bz2
lua-9caf5b4f796879e16ccb2f6ebbc3887c604bc2f0.zip
lint (unused definition)
Diffstat (limited to 'lstate.h')
-rw-r--r--lstate.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lstate.h b/lstate.h
index fb757373..b1538239 100644
--- a/lstate.h
+++ b/lstate.h
@@ -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