diff options
Diffstat (limited to 'math/test-double.c')
-rw-r--r-- | math/test-double.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/test-double.c b/math/test-double.c index c8203a3385..cbb81f980c 100644 --- a/math/test-double.c +++ b/math/test-double.c @@ -17,6 +17,7 @@ <http://www.gnu.org/licenses/>. */ #define FUNC(function) function +#define FUNC_TEST(function) FUNC (function) #define FLOAT double #define TEST_MSG "testing double (without inline functions)\n" #define MATHCONST(x) x |