Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5601f4

Browse files
committed
Undefine DPRINTF before defining it, there was a conflict with some other
definition.
1 parent 3a96702 commit c5601f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/pypcre.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,7 @@ computer system, and to redistribute it freely, subject to the following
577577
of #ifdef inline, and there are *still* stupid compilers about that don't like
578578
indented pre-processor statements. I suppose it's only been 10 years... */
579579

580+
#undef DPRINTF
580581
#ifdef DEBUG
581582
#define DPRINTF(p) printf p
582583
#else

0 commit comments

Comments
 (0)