From c5601f48393eab55c5b99e5b0ba22d9cd27baaf3 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 26 Jun 2002 20:41:30 +0000 Subject: Undefine DPRINTF before defining it, there was a conflict with some other definition. --- Modules/pypcre.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/pypcre.c b/Modules/pypcre.c index 5f21005..a6ba17c 100644 --- a/Modules/pypcre.c +++ b/Modules/pypcre.c @@ -577,6 +577,7 @@ restrictions: of #ifdef inline, and there are *still* stupid compilers about that don't like indented pre-processor statements. I suppose it's only been 10 years... */ +#undef DPRINTF #ifdef DEBUG #define DPRINTF(p) printf p #else -- cgit v0.12