diff options
Diffstat (limited to 'tests/ttan.c')
-rw-r--r-- | tests/ttan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ttan.c b/tests/ttan.c index d63a251..228242e 100644 --- a/tests/ttan.c +++ b/tests/ttan.c @@ -1,6 +1,6 @@ /* test file for mpc_tan. -Copyright (C) 2008 Philippe Th\'eveny, Paul Zimmermann. +Copyright (C) 2008 Philippe Th\'eveny, Paul Zimmermann, Andreas Enge This file is part of the MPC Library. @@ -259,7 +259,7 @@ check_53 (void) int main (void) { - DECL_V_CC_FUNC (f, mpc_tan); + DECL_FUNC (V_CC, f, mpc_tan); test_start (); |