Skip to content
Snippets Groups Projects
Commit 88b9f738 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

dmalloc_register() has 4 args.

Rev: src/dmalloc.h:1.14
parent 9d2e1e53
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: dmalloc.h,v 1.13 1999/05/13 07:25:40 hubbe Exp $ * $Id: dmalloc.h,v 1.14 1999/07/04 15:47:02 grubba Exp $
*/ */
extern char *debug_xalloc(long); extern char *debug_xalloc(long);
...@@ -67,7 +67,7 @@ void dmalloc_accept_leak(void *); ...@@ -67,7 +67,7 @@ void dmalloc_accept_leak(void *);
#define debug_malloc_touch(X) #define debug_malloc_touch(X)
#define debug_malloc_pass(X) (X) #define debug_malloc_pass(X) (X)
#define dmalloc_touch(TYPE,X) (X) #define dmalloc_touch(TYPE,X) (X)
#define dmalloc_register(X,Y,Z) #define dmalloc_register(X,Y,Z,W)
#define dmalloc_unregister(X,Y) #define dmalloc_unregister(X,Y)
#define debug_free(X,Y,Z,Q) free((X)) #define debug_free(X,Y,Z,Q) free((X))
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment