diff options
Diffstat (limited to 'math/test-idouble.c')
-rw-r--r-- | math/test-idouble.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/test-idouble.c b/math/test-idouble.c index 1c11017..b23bd21 100644 --- a/math/test-idouble.c +++ b/math/test-idouble.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 (inline functions)\n" #define MATHCONST(x) x |