lua-l archive
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
] [
Date Index
] [
Thread Index
]
Subject
:
Possible typo with define tonumberns?
From
: Ranier Vilela <ranier.vf@
...
>
Date
: Mon, 26 Oct 2020 20:04:55 -0300
Possible typo with define tonumberns?
Should it be?
#define tonumberns(o,n) \
(ttisfloat(o) ? (*(n) = fltvalue(o), 1) : \
(ttisinteger(o) ? (*(n) = cast_num(ivalue(o)), 1) : 0))
regards,
Ranier Vilela
Attachment:
fix_typo_tonumberns.patch
Description:
Binary data
Follow-Ups
:
Re: Possible typo with define tonumberns?
,
Ahmed Charles
Prev by Date:
Lua 5.4.2 issues with msvc 2019 (64 bits)
Next by Date:
Re: Possible typo with define tonumberns?
Previous by thread:
Re: Lua 5.4.2 issues with msvc 2019 (64 bits)
Next by thread:
Re: Possible typo with define tonumberns?
Index(es):
Date
Thread