cpython/Modules/expat
Neal Norwitz 9652baaf44 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.
2006-05-02 07:27:47 +00:00
..
Makefile.in
ascii.h
asciitab.h
expat.h Remove two instances of trailing commas. Resolves patch #1209781. 2006-02-19 15:28:47 +00:00
expat_config.h Further changes for #1471883: Edit Misc/NEWS, and 2006-04-29 12:37:25 +00:00
expat_external.h
iasciitab.h
internal.h
latin1tab.h
macconfig.h
nametab.h
utf8tab.h
winconfig.h
xmlparse.c Fix breakage from patch 1471883 (r45800 & r45808) on OSF/1. 2006-05-02 07:27:47 +00:00
xmlrole.c Fix breakage from patch 1471883 (r45800 & r45808) on OSF/1. 2006-05-02 07:27:47 +00:00
xmlrole.h
xmltok.c Fix breakage from patch 1471883 (r45800 & r45808) on OSF/1. 2006-05-02 07:27:47 +00:00
xmltok.h
xmltok_impl.c
xmltok_impl.h
xmltok_ns.c