diff --git a/src/helper/replacements.h b/src/helper/replacements.h index 90f0b91dd..84705c528 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