From be00cd2a6b0f7d26dfc9ba74c262a5574f6521d0 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 21 Nov 2002 13:46:44 -0200 Subject: easier way to keep `base' correct --- lstate.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lstate.h') diff --git a/lstate.h b/lstate.h index 971349ea..507de477 100644 --- a/lstate.h +++ b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 1.103 2002/11/18 15:23:43 roberto Exp roberto $ +** $Id: lstate.h,v 1.104 2002/11/21 15:16:04 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -80,7 +80,6 @@ typedef struct CallInfo { struct { /* for Lua functions */ const Instruction *savedpc; const Instruction **pc; /* points to `pc' variable in `luaV_execute' */ - StkId *pb; /* points to `base' variable in `luaV_execute' */ } l; struct { /* for C functions */ int dummy; /* just to avoid an empty struct */ -- cgit v1.2.3-55-g6feb