summaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'lstate.h')
-rw-r--r--lstate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lstate.h b/lstate.h
index 4f3290ef..ef47de36 100644
--- a/lstate.h
+++ b/lstate.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.h,v 1.86 2002/07/02 16:43:28 roberto Exp roberto $ 2** $Id: lstate.h,v 1.87 2002/07/08 18:21:33 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*/
@@ -131,7 +131,7 @@ struct lua_State {
131 CallInfo *base_ci; /* array of CallInfo's */ 131 CallInfo *base_ci; /* array of CallInfo's */
132 global_State *l_G; 132 global_State *l_G;
133 int hookmask; 133 int hookmask;
134 int hookcount; 134 ls_count hookcount;
135 lua_Hook hook; 135 lua_Hook hook;
136 TObject globs[NUMGLOBS]; /* registry, table of globals, etc. */ 136 TObject globs[NUMGLOBS]; /* registry, table of globals, etc. */
137 struct lua_longjmp *errorJmp; /* current error recover point */ 137 struct lua_longjmp *errorJmp; /* current error recover point */