1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-28 00:21:53 +03:00

cleanup cleanup too added xmlNoNetExternalEntityLoader() from xsltproc

* Makefile.am: cleanup
* threads.c: cleanup too
* xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
  from xsltproc
* include/libxml/tree.h include/libxml/parser.h: trying to break a
  dependancy loop.
Daniel
This commit is contained in:
Daniel Veillard
2001-10-31 17:52:43 +00:00
parent 91c0040ace
commit 8bdb91dd5c
7 changed files with 166 additions and 8 deletions

View File

@ -248,6 +248,7 @@ xmlRMutexUnlock(xmlRMutexPtr tok)
* *
************************************************************************/
#ifdef LIBXML_THREAD_ENABLED
/**
* xmlFreeGlobalState:
* @state: a thread global state
@ -283,6 +284,7 @@ xmlNewGlobalState(void)
xmlInitializeGlobalState(gs);
return (gs);
}
#endif /* LIBXML_THREAD_ENABLED */
/**