[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua_assert(g->totalbytes >= g->estimate);
- From: Mark Hamburg <mhamburg@...>
- Date: Sun, 12 Dec 2004 10:49:35 -0800
Thank you. I was just being paranoid in wanting the explicit "comment it
out" instructions.
Mark
on 12/12/04 10:42 AM, Roberto Ierusalimschy at roberto@inf.puc-rio.br wrote:
>> lua_assert(g->totalbytes >= g->estimate);
>
> As I said eariler, you can ignore this assertion (that is, option 3:
> comment it out).
>
> -- Roberto