summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 301871b)
raw | patch | inline | side by side (parent: 301871b)
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | |
Wed, 14 Jan 2009 11:55:46 +0000 (06:55 -0500) | ||
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | |
Wed, 14 Jan 2009 11:55:46 +0000 (06:55 -0500) |
tap/tap.h | patch | blob | history |
diff --git a/tap/tap.h b/tap/tap.h
index e64f9d5f94d1136169d98f945e5474da26be5891..346bd9156c39014ffde71a23a35ad53b419d8ef3 100644 (file)
--- a/tap/tap.h
+++ b/tap/tap.h
skip(n, fmt, ## __VA_ARGS__); \
continue; \
}
-#elif __STDC_VERSION__ >= 199901L /* __GNUC__ */
+#else /*#elif __STDC_VERSION__ >= 199901L*/ /* __GNUC__ */
# define ok(e, ...) ((e) ? \
_gen_result(1, __func__, __FILE__, __LINE__, \
__VA_ARGS__) : \
skip(n, __VA_ARGS__); \
continue; \
}
-#else /* __STDC_VERSION__ */
-# error "Needs gcc or C99 compiler for variadic macros."
+/*#else *//* __STDC_VERSION__ */
+/*# error "Needs gcc or C99 compiler for variadic macros."*/
#endif /* __STDC_VERSION__ */
# define skip_end } while(0);