mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-11 18:53:00 +02:00
Some checks on __GNUC__ imply that if it's undefined it will match a low value but that's not always what we want, like for example in the VAR_ARRAY definition which is not needed on tcc. Let's always be explicit on these tests.