]> granicus.if.org Git - python/commit
Remove INT_MIN that came from the AST merge.
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 21 Oct 2005 04:33:02 +0000 (04:33 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 21 Oct 2005 04:33:02 +0000 (04:33 +0000)
commit358d938aaa5320385d1a1f2e5a9d1fc82f8cf9c2
treed430f137ef51e7972a6636bf70d5cfa9204b98a2
parent5f5153e8717d0de661e8b402ab0fd6859ebd0e5d
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.
Include/pyport.h