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 <wink>.
This commit is contained in:
Tim Peters 2001-01-31 01:16:47 +00:00
parent 5599441bbf
commit 1ff31f9534
1 changed files with 0 additions and 2 deletions

View 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 */