[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua_assert(g->totalbytes >= g->estimate);
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sun, 12 Dec 2004 16:42:33 -0200
> lua_assert(g->totalbytes >= g->estimate);
As I said eariler, you can ignore this assertion (that is, option 3:
comment it out).
-- Roberto