From fbcf75374b7e3eb79522dd87a98b10e4142a567b Mon Sep 17 00:00:00 2001 From: Marcus Overhagen Date: Sun, 21 Aug 2005 01:52:49 +0000 Subject: [PATCH] disabled regex debugging (the hard way) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14023 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/findutils/lib/regex.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/bin/findutils/lib/regex.c b/src/bin/findutils/lib/regex.c index 33c7ea242c..bfc6298a94 100644 --- a/src/bin/findutils/lib/regex.c +++ b/src/bin/findutils/lib/regex.c @@ -24,6 +24,13 @@ #pragma alloca #endif + +/********************************************/ +/* Remove this to enable debugging in regex */ +#undef DEBUG +/********************************************/ + + #define _GNU_SOURCE #ifdef HAVE_CONFIG_H