From 658b29261ca0a68f1c5f7f3c3efa20ab56a543b6 Mon Sep 17 00:00:00 2001 From: pixel Date: Sun, 17 Feb 2008 00:35:20 +0000 Subject: Upgrading to Lua 5.1.3 --- lib/lua/includes/lstate.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/lua/includes/lstate.h') diff --git a/lib/lua/includes/lstate.h b/lib/lua/includes/lstate.h index 1bbacfe..4bb8099 100644 --- a/lib/lua/includes/lstate.h +++ b/lib/lua/includes/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 1.8 2007-07-27 10:05:53 pixel Exp $ +** $Id: lstate.h,v 1.9 2008-02-17 00:35:20 pixel Exp $ ** Global State ** See Copyright Notice in lua.h */ @@ -112,6 +112,7 @@ struct lua_State { int stacksize; int size_ci; /* size of array `base_ci' */ unsigned short nCcalls; /* number of nested C calls */ + unsigned short baseCcalls; /* nested C calls when resuming coroutine */ lu_byte hookmask; lu_byte allowhook; int basehookcount; -- cgit v1.2.3