From da1f9b48756d3372af96042a6df3cdf50c117ae8 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 20 Jan 2020 20:58:19 -0500 Subject: [PATCH] And fixed compiler errors. It works! --- test/test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.h b/test/test.h index 883a4e66..99e92f0a 100644 --- a/test/test.h +++ b/test/test.h @@ -43,7 +43,7 @@ extern "C" { #error unknown compiler for making constructors in C; cannot continue #endif -#define Test(basename) \ +#define testingprivMk(basename) \ void testingprivImplName(basename)(int *testingprivRet); \ testingprivMkScaffold(basename) \ testingprivMkCtor(basename) \