From 10434ffaf3409df323d6a16c9225b2212b7bb059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Sun, 26 Mar 2000 22:34:05 -0800 Subject: [PATCH] bugfix (thanks IRIX for finding it) Rev: src/dmalloc.h:1.23 --- src/dmalloc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dmalloc.h b/src/dmalloc.h index 7ca0e1b802..e88eafa38d 100644 --- a/src/dmalloc.h +++ b/src/dmalloc.h @@ -1,5 +1,5 @@ /* - * $Id: dmalloc.h,v 1.22 2000/03/26 14:17:30 grubba Exp $ + * $Id: dmalloc.h,v 1.23 2000/03/27 06:34:05 hubbe Exp $ */ extern char *debug_xalloc(long); @@ -76,12 +76,12 @@ void dmalloc_accept_leak(void *); #define xalloc debug_xalloc #define dbm_main main #define DO_IF_DMALLOC(X) -#define debug_malloc_update_location(X,Y,Z) (X) +#define debug_malloc_update_location(X,Y) (X) #define debug_malloc_touch(X) #define debug_malloc_pass(X) (X) #define dmalloc_touch(TYPE,X) (X) #define dmalloc_touch_svalue(X) -#define dmalloc_register(X,Y,Z,W) +#define dmalloc_register(X,Y,Z) #define dmalloc_unregister(X,Y) #define debug_free(X,Y,Z) free((X)) #define debug_malloc_name(P,FN,LINE) -- GitLab