Merge branch 'rs/maint-config-use-labs' into maint
[gitweb.git] / git-compat-util.h
index fc83339bd765a978b372c2baddb51e54693d05bc..400e92108687e31dd16fbcea1a43e04556b98566 100644 (file)
@@ -778,7 +778,7 @@ void git_qsort(void *base, size_t nmemb, size_t size,
 #endif
 #endif
 
-#if defined(__GNUC__) || (_MSC_VER >= 1400)
+#if defined(__GNUC__) || (_MSC_VER >= 1400) || defined(__C99_MACRO_WITH_VA_ARGS)
 #define HAVE_VARIADIC_MACROS 1
 #endif