]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ab/c99-variadic-macros'
authorJunio C Hamano <gitster@pobox.com>
Wed, 9 Mar 2022 21:38:24 +0000 (13:38 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Mar 2022 21:38:24 +0000 (13:38 -0800)
Remove the escape hatch we added when we introduced the weather
balloon to use variadic macros unconditionally, to make it official
that we now have a hard dependency on the feature.

* ab/c99-variadic-macros:
  C99: remove hardcoded-out !HAVE_VARIADIC_MACROS code
  git-compat-util.h: clarify GCC v.s. C99-specific in comment


Trivial merge