aboutsummaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'lstate.h')
-rw-r--r--lstate.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lstate.h b/lstate.h
index c1005817..9388b444 100644
--- a/lstate.h
+++ b/lstate.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.h,v 1.3 1997/11/26 20:28:22 roberto Exp roberto $ 2** $Id: lstate.h,v 1.4 1997/11/27 15:59:25 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*/
@@ -51,7 +51,6 @@ typedef struct LState {
51 TObject errorim; /* error tag method */ 51 TObject errorim; /* error tag method */
52 struct C_Lua_Stack Cblocks[MAX_C_BLOCKS]; 52 struct C_Lua_Stack Cblocks[MAX_C_BLOCKS];
53 int numCblocks; /* number of nested Cblocks */ 53 int numCblocks; /* number of nested Cblocks */
54 TObject *functofind; /* auxiliar */
55 GCnode rootproto; /* list of all prototypes */ 54 GCnode rootproto; /* list of all prototypes */
56 GCnode rootcl; /* list of all closures */ 55 GCnode rootcl; /* list of all closures */
57 GCnode roottable; /* list of all tables */ 56 GCnode roottable; /* list of all tables */