mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Undefine TRUE and FALSE before redefining them.
This commit is contained in:
parent
e739a0dbe9
commit
3a96702b2b
1 changed files with 2 additions and 0 deletions
|
|
@ -76,7 +76,9 @@ LONG Long (unbounded) integer; repr(i), then newline.
|
|||
#define TUPLE 't'
|
||||
#define EMPTY_TUPLE ')'
|
||||
#define SETITEMS 'u'
|
||||
#undef TRUE
|
||||
#define TRUE "I01\n"
|
||||
#undef FALSE
|
||||
#define FALSE "I00\n"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue