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

Skip to content

Commit 358d938

Browse files
committed
Remove INT_MIN that came from the AST merge.
INT_MIN is used in Python/compile.c, but it was also used in Objects/abstract.c Python/getargs.c. If we need it for compile.c, we can get it from the same place as the other files.
1 parent 5f5153e commit 358d938

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Include/pyport.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,6 @@ typedef struct fd_set {
583583

584584
#ifndef INT_MAX
585585
#define INT_MAX 2147483647
586-
#define INT_MIN (-INT_MAX - 1)
587586
#endif
588587

589588
#ifndef LONG_MAX

0 commit comments

Comments
 (0)