Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1ff31f9

Browse files
committed
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>.
1 parent 5599441 commit 1ff31f9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Python/ceval.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020

2121
#include <ctype.h>
2222

23-
#define REPR(O) PyString_AS_STRING(PyObject_Repr(O))
24-
2523
/* Turn this on if your compiler chokes on the big switch: */
2624
/* #define CASE_TOO_BIG 1 */
2725

0 commit comments

Comments
 (0)