X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftap%2Ftap.h;h=5b21ff756a89a9dd64c2caf61f2899fe65e5e272;hb=60b3090a54a7c55e7425c8523dab05b790dd664d;hp=06978e29c33aec3ba7b99bb96a868954fe7c2b28;hpb=b2e751d04e590c49de02ceb56a7cafe877762b0e;p=ccan diff --git a/ccan/tap/tap.h b/ccan/tap/tap.h index 06978e29..5b21ff75 100644 --- a/ccan/tap/tap.h +++ b/ccan/tap/tap.h @@ -42,10 +42,6 @@ */ void plan_tests(unsigned int tests); -#if (!defined(__STDC_VERSION__) || __STDC_VERSION__ < 199901L) && !defined(__GNUC__) -# error "Needs gcc or C99 compiler for variadic macros." -#else - /** * ok1 - Simple conditional test * @e: the expression which we expect to be true. @@ -252,5 +248,4 @@ void plan_skip_all(const char *reason); */ void (*tap_fail_callback)(void); -#endif /* C99 or gcc */ #endif /* CCAN_TAP_H */