commit | eedcea8b900b2397cbfcfe54f458f7fe1bbe6b35 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Nov 13 12:14:10 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 14 11:12:49 2022 +0100 |
tree | 64b84e56c98d8845dca76f2a110263afbfa38e2e | |
parent | a8a83bcc80e4aadcd2d1dba36bb8f7e63c5cba22 [diff] |
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.