]> granicus.if.org Git - python/commitdiff
Undefine DPRINTF before defining it, there was a conflict with some other
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 26 Jun 2002 20:41:30 +0000 (20:41 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 26 Jun 2002 20:41:30 +0000 (20:41 +0000)
definition.

Modules/pypcre.c

index 5f21005360dc78a39945e72f64b239c1b0dd3a36..a6ba17c756f55aa258523b916b746804b3f53eb0 100644 (file)
@@ -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