[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Multiple Lua states
- From: "Curt Carpenter" <curtc@...>
- Date: Tue, 9 Jul 2002 21:49:38 -0700
> 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