aboutsummaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-03-07 15:11:51 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-03-07 15:11:51 -0300
commit6658b9588faa3dae1747f2b705e99e96c6cf0e31 (patch)
tree64c76cb64e033194ca8dcc65e45598c05d0ca8f3 /lstate.h
parent457d88eaaa2ac32e4fa0b7c4310cda9bba95d154 (diff)
downloadlua-6658b9588faa3dae1747f2b705e99e96c6cf0e31.tar.gz
lua-6658b9588faa3dae1747f2b705e99e96c6cf0e31.tar.bz2
lua-6658b9588faa3dae1747f2b705e99e96c6cf0e31.zip
details
Diffstat (limited to 'lstate.h')
-rw-r--r--lstate.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/lstate.h b/lstate.h
index 8ba95a59..48293f05 100644
--- a/lstate.h
+++ b/lstate.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.h,v 1.68 2001/12/18 20:52:30 roberto Exp $ 2** $Id: lstate.h,v 1.77 2002/02/14 21:47:29 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*/
@@ -73,10 +73,6 @@ struct lua_longjmp; /* defined in ldo.c */
73 73
74#define BASIC_STACK_SIZE (2*LUA_MINSTACK) 74#define BASIC_STACK_SIZE (2*LUA_MINSTACK)
75 75
76#ifndef LUA_MAXSTACK
77#define LUA_MAXSTACK 14000
78#endif
79
80 76
81 77
82typedef struct stringtable { 78typedef struct stringtable {