lua-users home
lua-l archive

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


Does anyone knows why lua returns the name of some locals as "(*temporary)"? I've looked at the source code, and in the ldebug.c file, in the static const char *findlocal (lua_State *L, CallInfo *ci, int n) function, it return such a name in certain conditions. Does anyone has an idea why? Is there a way to recuperate the actual "scripted" name associated with such a local?