summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-08-14 15:44:40 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-08-14 15:44:40 +0000
commit9848532c2aaabc1d73ed481302cd4f1e253274dc (patch)
tree93ad9ac4c858465c930fe2d1b87367edca7188e3 /include
parentab1ae3a7685fb7891ef8f6540a0612170300b151 (diff)
downloadlibxml2-9848532c2aaabc1d73ed481302cd4f1e253274dc.tar.gz
get rid of some compilation warnings. fix the performance problem reported
* DOCBparser.c globals.c include/libxml/xmlmemory.h: get rid of some compilation warnings. * xinclude.c: fix the performance problem reported by Kevin Ruscoe plus some cleanup and better error reporting. Daniel
Diffstat (limited to 'include')
-rw-r--r--include/libxml/xmlmemory.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/libxml/xmlmemory.h b/include/libxml/xmlmemory.h
index 16ec60fd..0e6292e3 100644
--- a/include/libxml/xmlmemory.h
+++ b/include/libxml/xmlmemory.h
@@ -177,9 +177,6 @@ char * xmlMemStrdupLoc (const char *str, const char *file, int line);
*/
#define xmlMemStrdup(str) xmlMemStrdupLoc((str), __FILE__, __LINE__)
-void * xmlMallocLoc(size_t size, const char *file, int line);
-void * xmlReallocLoc(void *ptr,size_t size, const char *file, int line);
-char * xmlMemStrdupLoc(const char *str, const char *file, int line);
#endif /* DEBUG_MEMORY_LOCATION */
#ifdef __cplusplus