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