From: Guido van Rossum Date: Fri, 12 Oct 2001 14:13:21 +0000 (+0000) Subject: Now that COPYBUF is a new local macro, add #undef COPYBUF. X-Git-Tag: v2.2.1c1~1328 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5af588b7f0509b79645bc8652c4af038a4bd82ce;p=thirdparty%2FPython%2Fcpython.git Now that COPYBUF is a new local macro, add #undef COPYBUF. --- diff --git a/Objects/typeobject.c b/Objects/typeobject.c index a498f0f64bf4..5c1a8e698fce 100644 --- a/Objects/typeobject.c +++ b/Objects/typeobject.c @@ -1646,6 +1646,7 @@ inherit_slots(PyTypeObject *type, PyTypeObject *base) #undef COPYNUM #undef COPYSEQ #undef COPYMAP +#undef COPYBUF #define SLOTDEFINED(SLOT) \ (base->SLOT != 0 && \