aboutsummaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
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