From 2d92102dee88a81711dca8e8ea3ef0ea9d732283 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 5 Dec 2019 13:31:07 -0300 Subject: 'l_mathlim' renamed to 'l_floatatt' That macro is applied to float attributes, not to limits. --- lmathlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lmathlib.c') diff --git a/lmathlib.c b/lmathlib.c index f49eb318..7197fc59 100644 --- a/lmathlib.c +++ b/lmathlib.c @@ -249,7 +249,7 @@ static int math_type (lua_State *L) { */ /* number of binary digits in the mantissa of a float */ -#define FIGS l_mathlim(MANT_DIG) +#define FIGS l_floatatt(MANT_DIG) #if FIGS > 64 /* there are only 64 random bits; use them all */ -- cgit v1.2.3-55-g6feb