diff --git a/ChangeLog b/ChangeLog index b14b116b..9e2f95d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Feb 11 08:53:33 CET 2002 Daniel Veillard + + * 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 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c diff --git a/include/libxml/xmlmemory.h b/include/libxml/xmlmemory.h index 25f02c76..89386948 100644 --- a/include/libxml/xmlmemory.h +++ b/include/libxml/xmlmemory.h @@ -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