From 1ff31f9534aef77c6cccebd1cda1abff14b4ebe6 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Wed, 31 Jan 2001 01:16:47 +0000 Subject: [PATCH] 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 . --- Python/ceval.c | 2 -- 1 file changed, 2 deletions(-) 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 */ -- 2.50.0