]> granicus.if.org Git - python/commitdiff
SF bug #130532: newest CVS won't build on AIX.
authorTim Peters <tim.peters@gmail.com>
Wed, 31 Jan 2001 01:16:47 +0000 (01:16 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 31 Jan 2001 01:16:47 +0000 (01:16 +0000)
Removed illegal redefinition of REPR macro; kept the one with the
argument name that isn't too easy to confuse with zero <wink>.

Python/ceval.c

index 5d593f28b26e455add70265bc3011ffe30bbcb64..15e0b3afb62f16434a80d4622ec2e3700d31500c 100644 (file)
@@ -20,8 +20,6 @@
 
 #include <ctype.h>
 
-#define REPR(O) PyString_AS_STRING(PyObject_Repr(O))
-
 /* Turn this on if your compiler chokes on the big switch: */
 /* #define CASE_TOO_BIG 1 */