]> granicus.if.org Git - python/commit
Fix breakage from patch 1471883 (r45800 & r45808) on OSF/1.
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 2 May 2006 07:27:47 +0000 (07:27 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 2 May 2006 07:27:47 +0000 (07:27 +0000)
commit9652baaf448571ff382fdba868b9402fd3b58751
tree42d23f2781cd6941808f1ef105c126ce633136b5
parent017e68c413be6262eb1e71b0f0c5676d6db33a43
Fix breakage from patch 1471883 (r45800 & r45808) on OSF/1.
The problem was that pyconfig.h was being included before some system headers
which caused redefinitions and other breakage.  This moves system headers
after expat_config.h which includes pyconfig.h.
Modules/expat/xmlparse.c
Modules/expat/xmlrole.c
Modules/expat/xmltok.c