diff options
Diffstat (limited to 'src/helper')
-rw-r--r-- | src/helper/replacements.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/helper/replacements.h b/src/helper/replacements.h index 296afdb6..fcfa8bc8 100644 --- a/src/helper/replacements.h +++ b/src/helper/replacements.h @@ -99,8 +99,8 @@ void *fill_malloc(size_t size); * the following macros. Which is the default way. */ -//#define malloc(_a) clear_malloc(_a) -//#define malloc(_a) fill_malloc(_a) +/* #define malloc(_a) clear_malloc(_a) */ +/* #define malloc(_a) fill_malloc(_a) */ /* GNU extensions to the C library that may be missing on some systems */ #ifndef HAVE_STRNDUP |