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