Testsuite fix for Solaris vendor compiler

This commit is contained in:
Anthony Green
2013-01-08 07:30:28 -05:00
parent 67cea90fc0
commit f7879bc3f3
2 changed files with 6 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
#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. */
#undef __UNUSED__