From 256f326db16e557f9d5158e9e723c29f9cd6706d Mon Sep 17 00:00:00 2001 From: agiersch Date: Tue, 9 Nov 2010 17:51:22 +0000 Subject: [PATCH] Remove debugging cruft. Sorry for the noise. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8514 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/xbt/mmalloc/mm_legacy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xbt/mmalloc/mm_legacy.c b/src/xbt/mmalloc/mm_legacy.c index fbfcd95334..a146c964f8 100644 --- a/src/xbt/mmalloc/mm_legacy.c +++ b/src/xbt/mmalloc/mm_legacy.c @@ -22,7 +22,7 @@ void mmalloc_set_current_heap(void *new_heap) __mmalloc_current_heap = new_heap; } -#if 1//def MMALLOC_WANT_OVERIDE_LEGACY +#ifdef MMALLOC_WANT_OVERIDE_LEGACY void *malloc(size_t n) { #ifdef HAVE_MMAP -- 2.20.1