summaryrefslogtreecommitdiff
path: root/lib/lua/includes/lstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lua/includes/lstate.h')
-rw-r--r--lib/lua/includes/lstate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/lua/includes/lstate.h b/lib/lua/includes/lstate.h
index 8df9844..bd5c1d9 100644
--- a/lib/lua/includes/lstate.h
+++ b/lib/lua/includes/lstate.h
@@ -1,5 +1,5 @@
/*
-** $Id: lstate.h,v 1.6 2004-12-27 22:18:53 pixel Exp $
+** $Id: lstate.h,v 1.7 2006-02-09 16:59:55 pixel Exp $
** Global State
** See Copyright Notice in lua.h
*/
@@ -158,6 +158,7 @@ struct lua_State {
struct lua_longjmp *errorJmp; /* current error recover point */
ptrdiff_t errfunc; /* current error handling function (stack index) */
lua_CallWrap callwrap;
+ lua_ThreadHook createhook, destroyhook;
};