From e8d4fe72366dd44e45ffd9fca09d92c3db4f8214 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 2 Jun 2004 16:07:55 -0300 Subject: new macro `lua_threadyield' + lock stuff in `luaconf.h' + details --- ldebug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldebug.h') diff --git a/ldebug.h b/ldebug.h index b1c9ed2d..8f087b52 100644 --- a/ldebug.h +++ b/ldebug.h @@ -1,5 +1,5 @@ /* -** $Id: ldebug.h,v 1.33 2003/07/16 20:49:02 roberto Exp roberto $ +** $Id: ldebug.h,v 2.1 2003/12/10 12:13:36 roberto Exp roberto $ ** Auxiliary functions from Debug Interface module ** See Copyright Notice in lua.h */ @@ -25,6 +25,6 @@ int luaG_ordererror (lua_State *L, const TValue *p1, const TValue *p2); void luaG_runerror (lua_State *L, const char *fmt, ...); void luaG_errormsg (lua_State *L); int luaG_checkcode (const Proto *pt); - +int luaG_checkopenop (Instruction i); #endif -- cgit v1.2.3-55-g6feb