X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bd09ed439ea2ce380f58a1154632416393bff939..aabd69e2ec25a7e7e1b6e3d7d86f531c42f4fca9:/src/xbt/mmalloc/mm_legacy.c diff --git a/src/xbt/mmalloc/mm_legacy.c b/src/xbt/mmalloc/mm_legacy.c index c9644fc3dc..1652eb4cbd 100644 --- a/src/xbt/mmalloc/mm_legacy.c +++ b/src/xbt/mmalloc/mm_legacy.c @@ -51,7 +51,7 @@ xbt_mheap_t mmalloc_set_current_heap(xbt_mheap_t new_heap) } /* Override the malloc-like functions if MC is activated at compile time */ -#ifdef HAVE_MC +#if HAVE_MC /* ***** Temporary allocator *