summaryrefslogtreecommitdiff
path: root/tests/mpcheck-template1.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mpcheck-template1.c')
-rw-r--r--tests/mpcheck-template1.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/mpcheck-template1.c b/tests/mpcheck-template1.c
index 712f8c3..742f7d3 100644
--- a/tests/mpcheck-template1.c
+++ b/tests/mpcheck-template1.c
@@ -25,7 +25,7 @@ along with this program. If not, see http://www.gnu.org/licenses/ .
#define FUN CAT2(test_,FOO)
#define MPC_FOO CAT2(mpc_,FOO)
-#define CFOO CAT2(c,FOO)
+#define CFOO CAT2(CAT2(c,FOO),SUFFIX)
#define BAR TOSTRING(FOO)
static void
@@ -80,3 +80,4 @@ FUN (mpfr_prec_t p, unsigned long n)
}
#undef FOO
+#undef CFOO