From: Tim Peters Date: Wed, 31 Jan 2001 01:16:47 +0000 (+0000) Subject: SF bug #130532: newest CVS won't build on AIX. X-Git-Tag: v2.1a2~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ff31f9534aef77c6cccebd1cda1abff14b4ebe6;p=python SF bug #130532: newest CVS won't build on AIX. Removed illegal redefinition of REPR macro; kept the one with the argument name that isn't too easy to confuse with zero . --- diff --git a/Python/ceval.c b/Python/ceval.c index 5d593f28b2..15e0b3afb6 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -20,8 +20,6 @@ #include -#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 */