Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif"
commit4903161fb8c74bc583b21d7ffe7abaf223df4253
authorJunio C Hamano <junkio@cox.net>
Mon, 30 Oct 2006 23:29:53 +0000 (30 15:29 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 30 Oct 2006 23:29:53 +0000 (30 15:29 -0800)
tree7aafe696d1b1a04d94d4c62a521c41d0d3e15e0f
parentd6b7e0b98f8d0f84e3b2614b33b52402fefb5735
Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif"

Otherwise "make CFLAGS=-DDEBUG=1" is cumbersome to run.

Signed-off-by: Junio C Hamano <junkio@cox.net>
blame.c
cache-tree.c