mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-23 01:52:48 +03:00
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:
@@ -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>
|
Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
|
* HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
|
||||||
|
@@ -88,14 +88,11 @@ typedef char *(*xmlStrdupFunc)(const char *str);
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* The 4 interfaces used for all memory handling within libxml
|
* 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 xmlFreeFunc xmlFree;
|
||||||
LIBXML_DLL_IMPORT extern xmlMallocFunc xmlMalloc;
|
LIBXML_DLL_IMPORT extern xmlMallocFunc xmlMalloc;
|
||||||
LIBXML_DLL_IMPORT extern xmlReallocFunc xmlRealloc;
|
LIBXML_DLL_IMPORT extern xmlReallocFunc xmlRealloc;
|
||||||
LIBXML_DLL_IMPORT extern xmlStrdupFunc xmlMemStrdup;
|
LIBXML_DLL_IMPORT extern xmlStrdupFunc xmlMemStrdup;
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The way to overload the existing functions
|
* The way to overload the existing functions
|
||||||
|
Reference in New Issue
Block a user