From: Ian Jackson Date: Sat, 6 Jun 2009 01:28:29 +0000 (+0100) Subject: use // comments for debug #defines X-Git-Tag: 1.9.2~174 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=commitdiff_plain;h=14aa0f5190d3994263941fd67f7e9bcf76192513 use // comments for debug #defines --- diff --git a/pctb/ocr.h b/pctb/ocr.h index b77a56f..4b8ff05 100644 --- a/pctb/ocr.h +++ b/pctb/ocr.h @@ -43,7 +43,7 @@ void debug_flush(void); const char *get_vardir(void); -/* #define DEBUG_RECTANGLES */ -/* #define DEBUG_OCR */ +// #define DEBUG_RECTANGLES +// #define DEBUG_OCR #endif /*OCR_H*/