]> granicus.if.org Git - python/commit
Move down the INT_MAX logic, because HAVE_LIMITS_H was always undefined
authorVladimir Marangozov <vladimir.marangozov@t-online.de>
Sun, 3 Sep 2000 23:47:08 +0000 (23:47 +0000)
committerVladimir Marangozov <vladimir.marangozov@t-online.de>
Sun, 3 Sep 2000 23:47:08 +0000 (23:47 +0000)
commit58e64a82eeec12711a55349f86ced990989a360b
treee218438d3ee194af610e269dc11fd619e7cafc4b
parent1d62f492b0dd336db16f2893671695544136b7b5
Move down the INT_MAX logic, because HAVE_LIMITS_H was always undefined
and this breaks the AIX build with an INT_MAX redefinition error.
"config.h" is included in pgenheaders.h, so moving this down fixes the
problem.
Parser/node.c