From 14aa0f5190d3994263941fd67f7e9bcf76192513 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 6 Jun 2009 02:28:29 +0100 Subject: [PATCH] use // comments for debug #defines --- pctb/ocr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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*/ -- 2.30.2