diff options
Diffstat (limited to 'colorize.c')
-rw-r--r-- | colorize.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -116,7 +116,9 @@ # define COLOR_SEP_CHAR '/' #endif -#define DEBUG_FILE "debug.txt" +#if DEBUG +# define DEBUG_FILE "debug.txt" +#endif #define MAX_ATTRIBUTE_CHARS (6 * 2) |