Now that COPYBUF is a new local macro, add #undef COPYBUF.

This commit is contained in:
Guido van Rossum 2001-10-12 14:13:21 +00:00
parent a0fb177be8
commit 5af588b7f0

View file

@ -1646,6 +1646,7 @@ inherit_slots(PyTypeObject *type, PyTypeObject *base)
#undef COPYNUM
#undef COPYSEQ
#undef COPYMAP
#undef COPYBUF
#define SLOTDEFINED(SLOT) \
(base->SLOT != 0 && \