diff options
Diffstat (limited to 'math/test-float.h')
-rw-r--r-- | math/test-float.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/test-float.h b/math/test-float.h index ea096c8aaa..84d0bd1cd5 100644 --- a/math/test-float.h +++ b/math/test-float.h @@ -18,14 +18,11 @@ #define FUNC(function) function ## f #define FLOAT float -#define PRINTF_EXPR "e" -#define PRINTF_XEXPR "a" -#define PRINTF_NEXPR "f" #define BUILD_COMPLEX(real, imag) (CMPLXF ((real), (imag))) #define PREFIX FLT #define TYPE_STR "float" #define LIT(x) (x ## f) /* Use the double variants of macro constants. */ #define LITM(x) x -#define FTOSTR snprintf +#define FTOSTR strfromf #define snan_value_MACRO SNANF |