mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Put pyexpatns.h include back. bpo-37437 (GH-14539)
This commit is contained in:
parent
e226e83d36
commit
2cd07920bb
1 changed files with 4 additions and 0 deletions
|
|
@ -81,6 +81,10 @@
|
|||
# endif
|
||||
#endif /* not defined XMLCALL */
|
||||
|
||||
/* Namespace external symbols to allow multiple libexpat version to
|
||||
co-exist. */
|
||||
#include "pyexpatns.h"
|
||||
|
||||
|
||||
#if !defined(XML_STATIC) && !defined(XMLIMPORT)
|
||||
# ifndef XML_BUILDING_EXPAT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue