0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 08:52:25 +01:00
cpython/Modules/expat
Victor Stinner cf247359d5
bpo-31374: Include pyconfig.h earlier in expat (GH-11064)
Include <pyconfig.h> ealier in Modules/expat/xmltok.c to define
properly _POSIX_C_SOURCE. Python defines _POSIX_C_SOURCE as 200809L,
whereas <features.h> (included indirectly by <string.h>) defines
_POSIX_C_SOURCE as 199506L.
2018-12-10 11:30:21 +01:00
..
ascii.h
asciitab.h
COPYING
expat_config.h
expat_external.h bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939) 2018-10-17 18:10:46 -07:00
expat.h
iasciitab.h
internal.h
latin1tab.h
loadlibrary.c
nametab.h
pyexpatns.h
siphash.h
utf8tab.h
winconfig.h
xmlparse.c
xmlrole.c
xmlrole.h
xmltok_impl.c
xmltok_impl.h
xmltok_ns.c
xmltok.c bpo-31374: Include pyconfig.h earlier in expat (GH-11064) 2018-12-10 11:30:21 +01:00
xmltok.h