From 2419f2bf02a9165471248f09bae57e3fa134e545 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 15 Sep 2004 17:39:42 -0300 Subject: cleaner API for coroutines --- lstate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lstate.h') diff --git a/lstate.h b/lstate.h index d8bda576..836e3df5 100644 --- a/lstate.h +++ b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 2.6 2004/08/24 20:12:06 roberto Exp roberto $ +** $Id: lstate.h,v 2.7 2004/08/30 13:44:44 roberto Exp roberto $ ** 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; -- cgit v1.2.3-55-g6feb