lua-users home
lua-l archive

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


Excerpts from Roberto Ierusalimschy's message of 2014-05-03 22:54:24 +0200:
> 
> I think Lua 5.3w2 already does that.
> 
> -- Roberto

Indeed it does! Thanks.


(Turns out I was accidentally linking against 5.2 when intended to check 5.3.
The posted patch in OP ports multiple __gc to 5.2 then. It was originally
made against 5.2 tree).

-- k