Testsuite fix for Solaris vendor compiler
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2013-01-08 Anthony Green <green@moxielogic.com>
|
||||||
|
|
||||||
|
* testsuite/libffi.call/ffitest.h (CHECK): Fix for Solaris vendor
|
||||||
|
compiler.
|
||||||
|
|
||||||
2013-01-07 Thorsten Glaser <tg@mirbsd.org>
|
2013-01-07 Thorsten Glaser <tg@mirbsd.org>
|
||||||
|
|
||||||
* testsuite/libffi.call/cls_uchar_va.c,
|
* testsuite/libffi.call/cls_uchar_va.c,
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
#define MAX_ARGS 256
|
#define MAX_ARGS 256
|
||||||
|
|
||||||
#define CHECK(x) !(x) ? abort() : 0
|
#define CHECK(x) !(x) ? (abort(), 1) : 0
|
||||||
|
|
||||||
/* Define __UNUSED__ that also other compilers than gcc can run the tests. */
|
/* Define __UNUSED__ that also other compilers than gcc can run the tests. */
|
||||||
#undef __UNUSED__
|
#undef __UNUSED__
|
||||||
|
|||||||
Reference in New Issue
Block a user