]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-compat-util.h
docs/rev-list: add some examples of --disk-usage
[thirdparty/git.git] / git-compat-util.h
index 104993b97550c8df8f3834929e945dee43af2742..5d5e47fbe2d66997f569301eadd462809c0cab92 100644 (file)
@@ -1176,9 +1176,12 @@ static inline int regexec_buf(const regex_t *preg, const char *buf, size_t size,
 #endif
 #endif
 
-#if defined(__GNUC__) || (_MSC_VER >= 1400) || defined(__C99_MACRO_WITH_VA_ARGS)
+/*
+ * This is always defined as a first step towards making the use of variadic
+ * macros unconditional. If it causes compilation problems on your platform,
+ * please report it to the Git mailing list at git@vger.kernel.org.
+ */
 #define HAVE_VARIADIC_MACROS 1
-#endif
 
 /* usage.c: only to be used for testing BUG() implementation (see test-tool) */
 extern int BUG_exit_code;