X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4a6b0a991a67e6f2f67c03fed43529e078da7115..2376a01092173679830310f4d57b267445959f97:/src/simix/Context.cpp diff --git a/src/simix/Context.cpp b/src/simix/Context.cpp index 4c478a2d20..be5da21828 100644 --- a/src/simix/Context.cpp +++ b/src/simix/Context.cpp @@ -56,7 +56,7 @@ Context* ContextFactory::self() void ContextFactory::declare_context(void* context, std::size_t size) { -#ifdef HAVE_MC +#if HAVE_MC /* Store the address of the stack in heap to compare it apart of heap comparison */ if(MC_is_active()) MC_ignore_heap(context, size); @@ -108,4 +108,4 @@ AttachContext::~AttachContext() } } -} \ No newline at end of file +}