'l_mathlim' renamed to 'l_floatatt'

That macro is applied to float attributes, not to limits.
This commit is contained in:
Roberto Ierusalimschy
2019-12-05 13:31:07 -03:00
parent 490ecfcaa1
commit 2d92102dee
4 changed files with 8 additions and 8 deletions

2
lvm.c
View File

@@ -55,7 +55,7 @@
*/
/* number of bits in the mantissa of a float */
#define NBM (l_mathlim(MANT_DIG))
#define NBM (l_floatatt(MANT_DIG))
/*
** Check whether some integers may not fit in a float, testing whether