git-compat-util.h: support variadic macros with the XL C compiler
commitf51140c2470b50bcaff63b850f5e258c23d5853d
authorDavid Michael <fedora.dm0@gmail.com>
Sun, 26 Oct 2014 17:33:12 +0000 (26 13:33 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Oct 2014 18:48:37 +0000 (27 11:48 -0700)
tree172ab842f7fd149ab02ef13ab963fb6a015f47af
parent3c2dc76f015b4d52ef02a08c59a4546d00b475e1
git-compat-util.h: support variadic macros with the XL C compiler

When the XL C compiler is run with an appropriate language level or
suboption, it defines a feature test macro to indicate support for
variadic macros by defining __C99_MACRO_WITH_VA_ARGS C preprocessor
macro.

This was tested on z/OS, but it should also work on AIX according
to IBM documentation.

Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-compat-util.h