Re: Conceptual problem with gettable tag method
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Conceptual problem with gettable tag method
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2000年6月07日 09:38:26 -0300
> Also, does lua_endblock() flush the c2lua stack? I think it does, I just
> want to make sure.
Yes, it does. (We are not sure whether this is a bug or a feature. Maybe
we will change that...)
-- Roberto