Applied patch for bug # 620106.
This commit is contained in:
parent
f4befc31c3
commit
e3bfa4a70a
@ -617,7 +617,16 @@ struct XML_ParserStruct {
|
||||
#define paramEntityParsing (parser->m_paramEntityParsing)
|
||||
#endif /* XML_DTD */
|
||||
|
||||
#define parsing (processor != prologInitProcessor)
|
||||
#define parsing \
|
||||
(parentParser \
|
||||
? \
|
||||
(isParamEntity \
|
||||
? \
|
||||
(processor != externalParEntInitProcessor) \
|
||||
: \
|
||||
(processor != externalEntityInitProcessor)) \
|
||||
: \
|
||||
(processor != prologInitProcessor))
|
||||
|
||||
XML_Parser
|
||||
XML_ParserCreate(const XML_Char *encodingName)
|
||||
|
Loading…
Reference in New Issue
Block a user