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 65e4c6ef..66ae964d 100644
--- a/lstate.h
+++ b/lstate.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.h,v 1.36 2000/08/08 20:42:07 roberto Exp roberto $ 2** $Id: lstate.h,v 1.37 2000/08/28 17:57:04 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*/
@@ -61,9 +61,7 @@ struct lua_State {
61 StkId Cbase; /* base for current C function */ 61 StkId Cbase; /* base for current C function */
62 struct lua_longjmp *errorJmp; /* current error recover point */ 62 struct lua_longjmp *errorJmp; /* current error recover point */
63 char *Mbuffer; /* global buffer */ 63 char *Mbuffer; /* global buffer */
64 size_t Mbuffbase; /* current first position of Mbuffer */
65 size_t Mbuffsize; /* size of Mbuffer */ 64 size_t Mbuffsize; /* size of Mbuffer */
66 size_t Mbuffnext; /* next position to fill in Mbuffer */
67 /* global state */ 65 /* global state */
68 Proto *rootproto; /* list of all prototypes */ 66 Proto *rootproto; /* list of all prototypes */
69 Closure *rootcl; /* list of all closures */ 67 Closure *rootcl; /* list of all closures */