[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Safe lua_gettable (in 5.0a)
- From: Eero Pajarre <epajarre@...>
- Date: Sat, 16 Nov 2002 18:14:03 +0200
Peter Shook wrote:
It would be helpful to see your __index code.
Actually I know what is wrong with my current __index code,
but I would like to make my (C++) code safe against it.
At the moment it looks like I will do a lua function which does
the "gettable" and call this function using lua_pcall interface.
Eero