And fixed compiler errors. It works!
This commit is contained in:
parent
c014fb5989
commit
da1f9b4875
|
@ -43,7 +43,7 @@ extern "C" {
|
||||||
#error unknown compiler for making constructors in C; cannot continue
|
#error unknown compiler for making constructors in C; cannot continue
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define Test(basename) \
|
#define testingprivMk(basename) \
|
||||||
void testingprivImplName(basename)(int *testingprivRet); \
|
void testingprivImplName(basename)(int *testingprivRet); \
|
||||||
testingprivMkScaffold(basename) \
|
testingprivMkScaffold(basename) \
|
||||||
testingprivMkCtor(basename) \
|
testingprivMkCtor(basename) \
|
||||||
|
|
Loading…
Reference in New Issue