From: Steven Schubiger Date: Sat, 18 May 2013 21:41:27 +0000 (+0200) Subject: Allow for DEBUG to be overridden X-Git-Tag: v0.51~12 X-Git-Url: http://git.refcnt.org/?p=colorize.git;a=commitdiff_plain;h=3909af9b23ca267137ee58e50f7df03ca2ac0904 Allow for DEBUG to be overridden --- diff --git a/colorize.c b/colorize.c index 8514d4e..652d3a6 100644 --- a/colorize.c +++ b/colorize.c @@ -34,7 +34,9 @@ #include #include -#define DEBUG 0 +#ifndef DEBUG +# define DEBUG 0 +#endif #define str(arg) #arg #define to_str(arg) str(arg)