summaryrefslogtreecommitdiff
path: root/lib/lua/src/lstate.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lua/src/lstate.c')
-rw-r--r--lib/lua/src/lstate.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/lua/src/lstate.c b/lib/lua/src/lstate.c
index ccd6aeb..113a69b 100644
--- a/lib/lua/src/lstate.c
+++ b/lib/lua/src/lstate.c
@@ -1,5 +1,5 @@
/*
-** $Id: lstate.c,v 1.4 2004-11-27 21:46:07 pixel Exp $
+** $Id: lstate.c,v 1.5 2004-12-27 22:18:53 pixel Exp $
** Global State
** See Copyright Notice in lua.h
*/
@@ -137,6 +137,7 @@ static void preinit_state (lua_State *L) {
L->nCcalls = 0;
L->base_ci = L->ci = NULL;
L->errfunc = 0;
+ L->callwrap = 0;
setnilvalue(gt(L));
}