]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: trace: always have an argument before variadic args in macros
authorWilly Tarreau <w@1wt.eu>
Thu, 10 Sep 2020 07:35:54 +0000 (09:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 10 Sep 2020 07:35:54 +0000 (09:35 +0200)
commit76296dce68bdf02eec36a66ae3ec4be9bd3b5ee5
tree4dc72a017b11efd40bd4e32eb237d00e132c9a9a
parentd966f1497c7912798a0495d1a7b78ceb301cae39
BUILD: trace: always have an argument before variadic args in macros

tcc supports variadic macros provided that there is always at least one
argument, like older gcc versions. Thus we need to always keep one and
define args as the remaining ones. It's not an issue at all and doesn't
change the way to use them, just the internal definitions.
include/haproxy/trace.h