Re: lua_setmetatable return type
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: lua_setmetatable return type
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2019年7月23日 12:21:25 -0300
> lua_setmetatable is documented as returning void.
> However the prototype returns int.
> The implementation always returns 1.
Thanks for the correction.
-- Roberto