[Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.100,2.101

Guido van Rossum gvanrossum@users.sourceforge.net
Fri, 12 Oct 2001 07:13:23 -0700


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

Modified Files:
	typeobject.c 
Log Message:
Now that COPYBUF is a new local macro, add #undef COPYBUF.


Index: typeobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/typeobject.c,v
retrieving revision 2.100
retrieving revision 2.101
diff -C2 -d -r2.100 -r2.101
*** typeobject.c	2001/10/12 02:38:24	2.100
--- typeobject.c	2001/10/12 14:13:21	2.101
***************
*** 1647,1650 ****
--- 1647,1651 ----
  #undef COPYSEQ
  #undef COPYMAP
+ #undef COPYBUF
  
  #define SLOTDEFINED(SLOT) \