On Fri, Jun 19, 2009 at 9:11 AM, Hans van der Meer
<H.vanderMeer@uva.nl> wrote:
Thanks for your reply.
I conclude from it that I can safely use "int" for all those variables in C-modules having to do with indices, either on the stack on or in tables.
stack, yes.
table, no. table keys are lua objects, and numeric table indices are lua_Number.
Sam