]> granicus.if.org Git - python/commitdiff
Now that COPYBUF is a new local macro, add #undef COPYBUF.
authorGuido van Rossum <guido@python.org>
Fri, 12 Oct 2001 14:13:21 +0000 (14:13 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 12 Oct 2001 14:13:21 +0000 (14:13 +0000)
Objects/typeobject.c

index a498f0f64bf4224090c7ed579d1e304a77775216..5c1a8e698fce746b86e1b11fbc88f343b8e32b0a 100644 (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 && \