[Python-checkins] python/dist/src/Modules cPickle.c,2.85,2.86

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Wed, 26 Jun 2002 13:40:47 -0700


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

Modified Files:
	cPickle.c 
Log Message:
Undefine TRUE and FALSE before redefining them.


Index: cPickle.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/cPickle.c,v
retrieving revision 2.85
retrieving revision 2.86
diff -C2 -d -r2.85 -r2.86
*** cPickle.c	13 Jun 2002 20:32:48 -0000	2.85
--- cPickle.c	26 Jun 2002 20:40:42 -0000	2.86
***************
*** 77,81 ****
--- 77,83 ----
  #define EMPTY_TUPLE ')'
  #define SETITEMS    'u'
+ #undef TRUE
  #define TRUE        "I01\n"
+ #undef FALSE
  #define FALSE       "I00\n"