From 15b823ce4fde81d20486428e52a5a608d62f2465 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy <roberto@inf.puc-rio.br> Date: Mon, 14 Dec 2009 13:27:30 -0200 Subject: cleaner way to add extra space in a lua state. --- ltests.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ltests.h') diff --git a/ltests.h b/ltests.h index f2abb234..42b3f277 100644 --- a/ltests.h +++ b/ltests.h @@ -1,5 +1,5 @@ /* -** $Id: ltests.h,v 2.25 2009/04/17 22:00:01 roberto Exp roberto $ +** $Id: ltests.h,v 2.26 2009/11/19 19:06:52 roberto Exp roberto $ ** Internal Header for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -58,7 +58,6 @@ int lua_checkmemory (lua_State *L); #undef luai_userstatethread #undef lua_lock #undef lua_unlock -#undef LUAI_EXTRASPACE struct L_EXTRA { int lock; int *plock; }; #define LUAI_EXTRASPACE sizeof(struct L_EXTRA) -- cgit v1.2.3-55-g6feb