lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Ben's
> example could read something like this:

>     T *p = lua_userdata_cast(L, 1, T);

Unfortunately, by the clever macro stuff, this will not work at all of
course...  Well, OK...

--
Wim