From 787a78f83e0484c9e9698189982e2f309808fae8 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 11 Sep 2000 14:38:42 -0300 Subject: new scheme for buffers --- lstate.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lstate.h') diff --git a/lstate.h b/lstate.h index 65e4c6ef..66ae964d 100644 --- a/lstate.h +++ b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 1.36 2000/08/08 20:42:07 roberto Exp roberto $ +** $Id: lstate.h,v 1.37 2000/08/28 17:57:04 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -61,9 +61,7 @@ struct lua_State { StkId Cbase; /* base for current C function */ struct lua_longjmp *errorJmp; /* current error recover point */ char *Mbuffer; /* global buffer */ - size_t Mbuffbase; /* current first position of Mbuffer */ size_t Mbuffsize; /* size of Mbuffer */ - size_t Mbuffnext; /* next position to fill in Mbuffer */ /* global state */ Proto *rootproto; /* list of all prototypes */ Closure *rootcl; /* list of all closures */ -- cgit v1.2.3-55-g6feb