From 2abfa39366012d4fd46dd8f026fbce1be56a5533 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 5 Feb 2016 00:13:42 +0000 Subject: [PATCH] linux.c: Mark debugging code with a more useful preprocessor macro name. --- linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux.c b/linux.c index b37f7f4..25fcb6c 100644 --- a/linux.c +++ b/linux.c @@ -381,7 +381,7 @@ void identify(struct query *q) } } -#ifdef notdef +#ifdef DEBUG { /* Print the record we found. */ dstr dd = DSTR_INIT; -- 2.11.0