commit | 022e5e56ed828a87a7b59a38032e48d3d11ba7a7 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Sep 10 09:33:15 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Sep 10 09:37:52 2020 +0200 |
tree | 0107543aa2ee90bb5af3c01d2629b6676d5b930d | |
parent | 76296dce68bdf02eec36a66ae3ec4be9bd3b5ee5 [diff] |
BUILD: traces: don't pass an empty argument for missing ones It initially looked appealing to be able to call traces with ",,," for unused arguments, but tcc doesn't like empty macro arguments, and quite frankly, adding a zero between the few remaining ones is no big deal. Let's do so now.