From 390256edf77638f747bc11b1b0862e6154ecfbcb Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 22 Mar 2005 13:04:29 -0300 Subject: better name for GC pause --- lstate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lstate.h') diff --git a/lstate.h b/lstate.h index 55167e57..aa4dd533 100644 --- a/lstate.h +++ b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 2.16 2005/02/23 17:30:22 roberto Exp roberto $ +** $Id: lstate.h,v 2.17 2005/03/18 18:55:09 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -83,7 +83,7 @@ typedef struct global_State { lu_mem totalbytes; /* number of bytes currently allocated */ lu_mem estimate; /* an estimate of number of bytes actually in use */ lu_mem gcdept; /* how much GC is `behind schedule' */ - int gcpace; /* size of pause between successive GCs */ + int gcpause; /* size of pause between successive GCs */ int gcstepmul; /* GC `granularity' */ lua_CFunction panic; /* to be called in unprotected errors */ TValue _registry; -- cgit v1.2.3-55-g6feb