[Python-checkins] python/dist/src/Modules pypcre.c,2.24,2.25

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Wed, 26 Jun 2002 13:41:35 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv19881/Modules

Modified Files:
	pypcre.c 
Log Message:
Undefine DPRINTF before defining it, there was a conflict with some other
definition.


Index: pypcre.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/pypcre.c,v
retrieving revision 2.24
retrieving revision 2.25
diff -C2 -d -r2.24 -r2.25
*** pypcre.c	12 Apr 2002 07:22:56 -0000	2.24
--- pypcre.c	26 Jun 2002 20:41:30 -0000	2.25
***************
*** 578,581 ****
--- 578,582 ----
  indented pre-processor statements. I suppose it's only been 10 years... */
  
+ #undef DPRINTF
  #ifdef DEBUG
  #define DPRINTF(p) printf p