[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: luaL_register indicator mistake
- From: Xpol Wan <xpolife@...>
- Date: Thu, 12 May 2011 21:23:52 +0800
Hi,
I may found a doc mistake on luaL_register:
http://www.lua.org/manual/5.1/manual.html#luaL_register
The indicator for this luaL_register shows:
[-(0|1), +1, m]
But due to the description, luaL_register pops nothing and may push 0 or 1.
So the indicator is suggested to be:
[-0, +(0|1), m]
Is it?
Best Regards!
Xpol Wan