From: Mark Wooding Date: Fri, 5 Feb 2016 00:13:42 +0000 (+0000) Subject: linux.c: Mark debugging code with a more useful preprocessor macro name. X-Git-Tag: 1.0.4~8 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/yaid/commitdiff_plain/2abfa39366012d4fd46dd8f026fbce1be56a5533 linux.c: Mark debugging code with a more useful preprocessor macro name. --- 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;