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

Skip to content

Commit 3a96702

Browse files
committed
Undefine TRUE and FALSE before redefining them.
1 parent e739a0d commit 3a96702

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Modules/cPickle.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ LONG Long (unbounded) integer; repr(i), then newline.
7676
#define TUPLE 't'
7777
#define EMPTY_TUPLE ')'
7878
#define SETITEMS 'u'
79+
#undef TRUE
7980
#define TRUE "I01\n"
81+
#undef FALSE
8082
#define FALSE "I00\n"
8183

8284

0 commit comments

Comments
 (0)