diff options
Diffstat (limited to 'xmalloc.c')
-rw-r--r-- | xmalloc.c | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -6,6 +6,7 @@ */ #include "config.h" +#include "xmalloc.h" #include <sys/types.h> #include <stdio.h> #include <errno.h> @@ -16,12 +17,6 @@ #include "fetchmail.h" #include "i18n.h" -#if defined(HAVE_VOIDPOINTER) -#define XMALLOCTYPE void -#else -#define XMALLOCTYPE char -#endif - XMALLOCTYPE * xmalloc (size_t n) { |