Merge branch 'sw/git-p4-unshelve-branched-files'
[gitweb.git] / xdiff / xdiff.h
index b1583690208096f7bb75e0aa67cacc3179da1185..032e3a9f41a2f79eaab78ae36666b8b6218b3899 100644 (file)
@@ -113,9 +113,9 @@ typedef struct s_bdiffparam {
 } bdiffparam_t;
 
 
-#define xdl_malloc(x) malloc(x)
+#define xdl_malloc(x) xmalloc(x)
 #define xdl_free(ptr) free(ptr)
-#define xdl_realloc(ptr,x) realloc(ptr,x)
+#define xdl_realloc(ptr,x) xrealloc(ptr,x)
 
 void *xdl_mmfile_first(mmfile_t *mmf, long *size);
 long xdl_mmfile_size(mmfile_t *mmf);