]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Load expat_config.h and therefore pyconfig.h before C stdlib headers are loaded.
authorChristian Heimes <christian@cheimes.de>
Fri, 6 Dec 2013 22:43:50 +0000 (23:43 +0100)
committerChristian Heimes <christian@cheimes.de>
Fri, 6 Dec 2013 22:43:50 +0000 (23:43 +0100)
commitaa15276ee9554922919df1eb1a78826a102fb321
tree731753860493211ee88b57c876260ee5069761f7
parent1a605ed5a33dbeec6b98d2a073fbbe3fcfdd84c0
Load expat_config.h and therefore pyconfig.h before C stdlib headers are loaded.
This silences the pre-processor warning '_POSIX_C_SOURCE redefined'.
Modules/expat/xmlparse.c
Modules/expat/xmlrole.c
Modules/expat/xmltok.c