From 9c196bebad4f84ffb43f0ef1e19792cc4b795704 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 22 Mar 2010 14:45:55 -0300 Subject: [PATCH] detail (wrong comment about LUAI_GCPAUSE) --- lstate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lstate.c b/lstate.c index 0362e22d..c2fe534a 100644 --- a/lstate.c +++ b/lstate.c @@ -1,5 +1,5 @@ /* -** $Id: lstate.c,v 2.69 2010/03/13 15:55:42 roberto Exp roberto $ +** $Id: lstate.c,v 2.70 2010/03/19 21:04:17 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -26,7 +26,7 @@ #if !defined(LUAI_GCPAUSE) -#define LUAI_GCPAUSE 162 /* 162% (wait memory to double before next GC) */ +#define LUAI_GCPAUSE 162 /* 162% */ #endif #if !defined(LUAI_GCMUL)