summaryrefslogtreecommitdiff
path: root/math/test-double.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/test-double.h')
-rw-r--r--math/test-double.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/test-double.h b/math/test-double.h
index 3f2c0082a2..0038acf89b 100644
--- a/math/test-double.h
+++ b/math/test-double.h
@@ -22,3 +22,4 @@
#define PRINTF_XEXPR "a"
#define PRINTF_NEXPR "f"
#define TEST_DOUBLE 1
+#define BUILD_COMPLEX(real, imag) (CMPLX ((real), (imag)))