summaryrefslogtreecommitdiff
path: root/math/test-float.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/test-float.h')
-rw-r--r--math/test-float.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/test-float.h b/math/test-float.h
index 7b00cb1216..629f6ee68a 100644
--- a/math/test-float.h
+++ b/math/test-float.h
@@ -1,5 +1,5 @@
/* Common definitions for libm tests for float.
- Copyright (C) 1997-2015 Free Software Foundation, Inc.
+ Copyright (C) 1997-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -22,3 +22,4 @@
#define PRINTF_XEXPR "a"
#define PRINTF_NEXPR "f"
#define TEST_FLOAT 1
+#define BUILD_COMPLEX(real, imag) (CMPLXF ((real), (imag)))