mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-08-05 19:35:54 +03:00
- Updated HTML test outputs
- Fixed taht f....g problem with C++ and includes, Daniel
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#include "xmlmemory.h"
|
#include "xmlmemory.h"
|
||||||
#include "entities.h"
|
#include "entities.h"
|
||||||
|
#include "parser.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The XML predefined entities.
|
* The XML predefined entities.
|
||||||
|
@@ -57,8 +57,6 @@ typedef xmlEntitiesTable *xmlEntitiesTablePtr;
|
|||||||
* External functions :
|
* External functions :
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "parser.h"
|
|
||||||
|
|
||||||
void xmlAddDocEntity (xmlDocPtr doc,
|
void xmlAddDocEntity (xmlDocPtr doc,
|
||||||
const xmlChar *name,
|
const xmlChar *name,
|
||||||
int type,
|
int type,
|
||||||
|
@@ -57,8 +57,6 @@ typedef xmlEntitiesTable *xmlEntitiesTablePtr;
|
|||||||
* External functions :
|
* External functions :
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "parser.h"
|
|
||||||
|
|
||||||
void xmlAddDocEntity (xmlDocPtr doc,
|
void xmlAddDocEntity (xmlDocPtr doc,
|
||||||
const xmlChar *name,
|
const xmlChar *name,
|
||||||
int type,
|
int type,
|
||||||
|
Reference in New Issue
Block a user