diff options
Diffstat (limited to 'lvm.c')
-rw-r--r-- | lvm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |