]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: debug: remove unnecessary quotes in HA_WEAK() calls
authorWilly Tarreau <w@1wt.eu>
Sun, 13 Nov 2022 11:14:10 +0000 (12:14 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2022 10:12:49 +0000 (11:12 +0100)
commiteedcea8b900b2397cbfcfe54f458f7fe1bbe6b35
tree64b84e56c98d8845dca76f2a110263afbfa38e2e
parenta8a83bcc80e4aadcd2d1dba36bb8f7e63c5cba22
BUILD: debug: remove unnecessary quotes in HA_WEAK() calls

HA_WEAK() is supposed to take a symbol in argument, not a string, since
the asm statements it produces already quote the argument. Having it
quoted twice doesn't work on older compilers and was the only reason
why DEBUG_MEM_STATS didn't work on older compilers.
include/haproxy/bug.h
include/haproxy/pool.h