Re: [PATCH 03/17] cache-tree.c: avoid reusing the DEBUG constant
From: Eric Sunshine <hidden> Date: 2019-06-18 23:14:28
On Tue, Jun 18, 2019 at 8:24 AM Jeff Hostetler via GitGitGadget
[off-list ref] wrote:
In MSVC, the DEBUG constant is set automatically whenever compiling with
debug information.
This is clearly not what was intended in cache-tree.c, so let's use a less
ambiguous constant there.
s/constant/macro name/ would be clearer.
Signed-off-by: Jeff Hostetler <redacted>
Signed-off-by: Johannes Schindelin <redacted>