summaryrefslogtreecommitdiffstats
path: root/debug.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2006-06-06 20:28:42 +0000
committerHisham Muhammad <hisham@gobolinux.org>2006-06-06 20:28:42 +0000
commitf6e0b7d0c07e4043a96b3ac976eaf082454f4501 (patch)
tree35759df85a7a26e7121c44c0b55f6641b0f6758b /debug.h
parent35afc13ebf8f82cfc7a3e6d6f7ba6d5062c5cdc1 (diff)
Regenerated all headers.
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/debug.h b/debug.h
index 59fe517a..1b89f66c 100644
--- a/debug.h
+++ b/debug.h
@@ -3,12 +3,12 @@
/* Full debug */
#include "DebugMemory.h"
- #define calloc(a, b) DebugMemory_calloc(a, b, __FILE__, __LINE__);
- #define malloc(x) DebugMemory_malloc(x, __FILE__, __LINE__, #x);
- #define realloc(x,s) DebugMemory_realloc(x, s, __FILE__, __LINE__, #x);
- #define strdup(x) DebugMemory_strdup(x, __FILE__, __LINE__);
- #define free(x) DebugMemory_free(x, __FILE__, __LINE__);
- #define debug_done() DebugMemory_report();
+ #define calloc(a, b) DebugMemory_calloc(a, b, __FILE__, __LINE__)
+ #define malloc(x) DebugMemory_malloc(x, __FILE__, __LINE__, #x)
+ #define realloc(x,s) DebugMemory_realloc(x, s, __FILE__, __LINE__, #x)
+ #define strdup(x) DebugMemory_strdup(x, __FILE__, __LINE__)
+ #define free(x) DebugMemory_free(x, __FILE__, __LINE__)
+ #define debug_done() DebugMemory_report()
#elif defined(DEBUGLITE)

© 2014-2024 Faster IT GmbH | imprint | privacy policy