commit | 358d938aaa5320385d1a1f2e5a9d1fc82f8cf9c2 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Fri Oct 21 04:33:02 2005 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Fri Oct 21 04:33:02 2005 +0000 |
tree | d430f137ef51e7972a6636bf70d5cfa9204b98a2 | |
parent | 5f5153e8717d0de661e8b402ab0fd6859ebd0e5d [diff] |
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.