aboutsummaryrefslogtreecommitdiff
path: root/lvm.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-12-05 13:31:07 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-12-05 13:31:07 -0300
commit2d92102dee88a81711dca8e8ea3ef0ea9d732283 (patch)
treeec1573ef5847b8d1788acfe5aa4137b0b92b70b7 /lvm.c
parent490ecfcaa1f25fcc17f9dcb0ed7216da54a391e3 (diff)
downloadlua-2d92102dee88a81711dca8e8ea3ef0ea9d732283.tar.gz
lua-2d92102dee88a81711dca8e8ea3ef0ea9d732283.tar.bz2
lua-2d92102dee88a81711dca8e8ea3ef0ea9d732283.zip
'l_mathlim' renamed to 'l_floatatt'
That macro is applied to float attributes, not to limits.
Diffstat (limited to 'lvm.c')
-rw-r--r--lvm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lvm.c b/lvm.c
index d70ac7ac..db7b0eed 100644
--- a/lvm.c
+++ b/lvm.c
@@ -55,7 +55,7 @@
55*/ 55*/
56 56
57/* number of bits in the mantissa of a float */ 57/* number of bits in the mantissa of a float */
58#define NBM (l_mathlim(MANT_DIG)) 58#define NBM (l_floatatt(MANT_DIG))
59 59
60/* 60/*
61** Check whether some integers may not fit in a float, testing whether 61** Check whether some integers may not fit in a float, testing whether