mirror of
https://github.com/python/cpython.git
synced 2025-12-09 10:37:17 +00:00
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. |
||
|---|---|---|
| .. | ||
| ascii.h | ||
| asciitab.h | ||
| expat.h | ||
| expat_config.h | ||
| expat_external.h | ||
| iasciitab.h | ||
| internal.h | ||
| latin1tab.h | ||
| macconfig.h | ||
| Makefile.in | ||
| nametab.h | ||
| utf8tab.h | ||
| winconfig.h | ||
| xmlparse.c | ||
| xmlrole.c | ||
| xmlrole.h | ||
| xmltok.c | ||
| xmltok.h | ||
| xmltok_impl.c | ||
| xmltok_impl.h | ||
| xmltok_ns.c | ||