[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (rc1) now available
- From: Steven Degutis <sbdegutis@...>
- Date: Thu, 18 Dec 2014 12:17:48 -0600
Oh wow. I am totally enabling those in my new Lua 5.3 project! Thanks!!!
Quoth Roberto Ierusalimschy:
> BTW, Lua 5.3 has two macros that allow you to disable those automatic
> coercions, if you want to try.
>
> -DLUA_NOCVTN2S to disable conversion from numbers to strings
> -DLUA_NOCVTS2N to disable conversion from strings to numbers