mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-08-08 17:42:14 +03:00
Norm reported that a few lines added were breaking libxslt compile,
* include/libxml/parser.h: Norm reported that a few lines added were breaking libxslt compile, removed them for now Daniel
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* include/libxml/parser.h: Norm reported that a few lines
|
||||||
|
added were breaking libxslt compile, removed them for now
|
||||||
|
|
||||||
Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
|
Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* parser.c parserInternals.c threads.c: debugged and fixed
|
* parser.c parserInternals.c threads.c: debugged and fixed
|
||||||
|
@@ -574,12 +574,6 @@ xmlParserInputPtr
|
|||||||
xmlLoadExternalEntity (const char *URL,
|
xmlLoadExternalEntity (const char *URL,
|
||||||
const char *ID,
|
const char *ID,
|
||||||
xmlParserCtxtPtr context);
|
xmlParserCtxtPtr context);
|
||||||
#include <libxml/globals.h>
|
|
||||||
/*
|
|
||||||
* Parser Locking
|
|
||||||
*/
|
|
||||||
int xmlLockContext(xmlParserCtxtPtr ctxt);
|
|
||||||
int xmlUnlockContext(xmlParserCtxtPtr ctxt);
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user