lua-l archive
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
] [
Date Index
] [
Thread Index
]
Subject
:
Re: [ANN] Lua 5.3.0 (beta) now available
From
: Daurnimator <quae@
...
>
Date
: Fri, 14 Nov 2014 16:46:24 -0500
On 23 October 2014 07:13, Luiz Henrique de Figueiredo
<
lhf@tecgraf.puc-rio.br
>
wrote:
All feedback welcome. Thanks.
In lvm.h:
#define tonumber(o,n) \
(ttisfloat(o) ? (*(n) = fltvalue(o), 1) : luaV_tonumber_(o,n))
Yet `luaV_tonumber_` already handles this case.
We could probably get rid of the #define altogether and just use `luaV_tonumber_`.
I'm also wondering why we gained the "_" suffix.
Follow-Ups
:
Re: [ANN] Lua 5.3.0 (beta) now available
,
Roberto Ierusalimschy
Prev by Date:
Re: Function call
Next by Date:
Leaking file locks in Lua 5.3-beta and automatic cleanup of temporary resources
Previous by thread:
Re: Function call
Next by thread:
Re: [ANN] Lua 5.3.0 (beta) now available
Index(es):
Date
Thread