diff options
Diffstat (limited to 'math/test-double.h')
-rw-r--r-- | math/test-double.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/test-double.h b/math/test-double.h index 3667883efc..b9e8cd840c 100644 --- a/math/test-double.h +++ b/math/test-double.h @@ -21,7 +21,6 @@ #define PRINTF_EXPR "e" #define PRINTF_XEXPR "a" #define PRINTF_NEXPR "f" -#define TEST_DOUBLE 1 #define BUILD_COMPLEX(real, imag) (CMPLX ((real), (imag))) #define PREFIX DBL #define LIT(x) (x) |