BUILD: debug: unify the definition of ha_backtrace_to_stderr()
authorWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 13:16:19 +0000 (15:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 13:16:19 +0000 (15:16 +0200)
commit7831e0272e7748a1f77143730520e2c13e239345
tree792b7b7c344a5f98f0303d2b520cad5e37123480
parente7f57768006e73f293e2d9564ad20999cf8aabc2
BUILD: debug: unify the definition of ha_backtrace_to_stderr()

It was both defined as ha_backtrace_to_stderr(void) and
ha_backtrace_to_stderr(), and tcc is not happy with this, so let's
adjust this tiny detail.
src/debug.c