summaryrefslogtreecommitdiff
path: root/tests/mpcheck-template2.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mpcheck-template2.c')
-rw-r--r--tests/mpcheck-template2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/mpcheck-template2.c b/tests/mpcheck-template2.c
index e75f25f..d3513bf 100644
--- a/tests/mpcheck-template2.c
+++ b/tests/mpcheck-template2.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
@@ -75,3 +75,4 @@ FUN (mpfr_prec_t p, unsigned long n)
}
#undef FOO
+#undef CFOO