diff options
Diffstat (limited to 'math/test-double.h')
-rw-r--r-- | math/test-double.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/test-double.h b/math/test-double.h index e172b8fb4d..170f03c5a6 100644 --- a/math/test-double.h +++ b/math/test-double.h @@ -18,13 +18,10 @@ #define FUNC(function) function #define FLOAT double -#define PRINTF_EXPR "e" -#define PRINTF_XEXPR "a" -#define PRINTF_NEXPR "f" #define BUILD_COMPLEX(real, imag) (CMPLX ((real), (imag))) #define PREFIX DBL #define LIT(x) (x) #define TYPE_STR "double" #define LITM(x) x -#define FTOSTR snprintf +#define FTOSTR strfromd #define snan_value_MACRO SNAN |