On Tue, Jun 18, 2019 at 8:24 AM Jeff Hostetler via GitGitGadget <[email protected]> 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 <[email protected]> > Signed-off-by: Johannes Schindelin <[email protected]>

