lua-users home
lua-l archive

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


> Why does the api function
> const char *lua_typename (lua_State *L, int t);
> take a state when it doesn't do any state related stuff? 

For consistency I think.

Curt