summaryrefslogtreecommitdiff
path: root/src/lstate.h
diff options
context:
space:
mode:
authorLua Team <team@lua.org>2004-09-21 12:00:00 +0000
committerrepogen <>2004-09-21 12:00:00 +0000
commitd8fd22e11b391cf183068049bebbee9702c8f78f (patch)
tree12d2fd56e51ab38e8ad660c34aca2975d1a273ea /src/lstate.h
parent5d480731503a315eab9d6ab9426e3d4cfd5e52f8 (diff)
downloadlua-github-5.1-work2.tar.gz
Lua 5.1-work25.1-work2
Diffstat (limited to 'src/lstate.h')
-rw-r--r--src/lstate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lstate.h b/src/lstate.h
index 0a178fef..d7583d27 100644
--- a/src/lstate.h
+++ b/src/lstate.h
@@ -1,5 +1,5 @@
/*
-** $Id: lstate.h,v 2.7 2004/08/30 13:44:44 roberto Exp $
+** $Id: lstate.h,v 2.8 2004/09/15 20:39:42 roberto Exp $
** Global State
** See Copyright Notice in lua.h
*/
@@ -111,7 +111,7 @@ struct lua_State {
unsigned short nCcalls; /* number of nested C calls */
lu_byte hookmask;
lu_byte allowhook;
- lu_byte isSuspended;
+ lu_byte status;
int basehookcount;
int hookcount;
lua_Hook hook;