summaryrefslogtreecommitdiff
path: root/tests/mpcheck-template3.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mpcheck-template3.c')
-rw-r--r--tests/mpcheck-template3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mpcheck-template3.c b/tests/mpcheck-template3.c
index 821e570..b42cb92 100644
--- a/tests/mpcheck-template3.c
+++ b/tests/mpcheck-template3.c
@@ -26,7 +26,7 @@ along with this program. If not, see http://www.gnu.org/licenses/ .
#define FUN CAT2(test_,FOO)
#define MPC_FOO CAT2(mpc_,FOO)
#ifndef CFOO
-#define CFOO CAT2(c,FOO)
+#define CFOO CAT2(CAT2(c,FOO),SUFFIX)
#endif
#define BAR TOSTRING(FOO)