reverted part of the previous attempt to provide #69655, this was breaking

* include/libxml/xmlmemory.h: reverted part of the previous
  attempt to provide #69655, this was breaking the build.
Daniel
This commit is contained in:
Daniel Veillard 2002-02-11 07:54:45 +00:00
parent 0ba59239d9
commit 1a612ed3f0
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,8 @@
Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
* include/libxml/xmlmemory.h: reverted part of the previous
attempt to provide #69655, this was breaking the build.
Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
* HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c

View File

@ -88,14 +88,11 @@ typedef char *(*xmlStrdupFunc)(const char *str);
/*
* The 4 interfaces used for all memory handling within libxml
*
* Now defined in globals.h
*
*/
LIBXML_DLL_IMPORT extern xmlFreeFunc xmlFree;
LIBXML_DLL_IMPORT extern xmlMallocFunc xmlMalloc;
LIBXML_DLL_IMPORT extern xmlReallocFunc xmlRealloc;
LIBXML_DLL_IMPORT extern xmlStrdupFunc xmlMemStrdup;
*/
/*
* The way to overload the existing functions