Commit d0cb31e2 authored by Tim Peters's avatar Tim Peters

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>.
parent 1ce6378d
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment