mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 05:05:00 +00:00
lib/expat.h: Expose billion laughs API for XML_DTD without XML_GE
Regression from commit caa2719863
.
This commit is contained in:
parent
a387201ca4
commit
1e028f2ef7
1 changed files with 1 additions and 1 deletions
|
@ -1042,7 +1042,7 @@ typedef struct {
|
|||
XMLPARSEAPI(const XML_Feature *)
|
||||
XML_GetFeatureList(void);
|
||||
|
||||
#if defined(XML_GE) && XML_GE == 1
|
||||
#if defined(XML_DTD) || (defined(XML_GE) && XML_GE == 1)
|
||||
/* Added in Expat 2.4.0 for XML_DTD defined and
|
||||
* added in Expat 2.6.0 for XML_GE == 1. */
|
||||
XMLPARSEAPI(XML_Bool)
|
||||
|
|
Loading…
Add table
Reference in a new issue