diff options
| -rw-r--r-- | colorize.c | 4 | 
1 files changed, 3 insertions, 1 deletions
| @@ -34,7 +34,9 @@  #include <time.h>  #include <unistd.h> -#define DEBUG 0 +#ifndef DEBUG +# define DEBUG 0 +#endif  #define str(arg) #arg  #define to_str(arg) str(arg) | 
|  | index : colorize.git | |
| Colorize text on terminal with ANSI escape sequences | Steven Schubiger | 
| aboutsummaryrefslogtreecommitdiffstats | 
| -rw-r--r-- | colorize.c | 4 | 
| @@ -34,7 +34,9 @@  #include <time.h>  #include <unistd.h> -#define DEBUG 0 +#ifndef DEBUG +# define DEBUG 0 +#endif  #define str(arg) #arg  #define to_str(arg) str(arg) |