lua-users home
lua-l archive

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


Hi, if I wanted to modify lua to catch every creation of a complex data type (anything other than nil, number, boolean, string) so that I can assign a uid to it, would the right place be the set*value macros in lobject.h?

Holly.