X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ec16845133f5f1b5262d2d77d8ba22824fa8a446..d5a1db1d0b268cb9ed8f37246fd970fce7631943:/include/xbt/ex.h diff --git a/include/xbt/ex.h b/include/xbt/ex.h index e15422eaa1..ae391fa41b 100644 --- a/include/xbt/ex.h +++ b/include/xbt/ex.h @@ -461,7 +461,7 @@ extern void __xbt_ex_terminate_default(xbt_ex_t * e); THROWF(unknown_error, 0, "Function %s unimplemented",_XBT_FUNCTION) #ifndef NDEBUG -# define DIE_IMPOSSIBLE xbt_assert0(0,"The Impossible Did Happen (yet again)") +# define DIE_IMPOSSIBLE xbt_assert(0,"The Impossible Did Happen (yet again)") #else # define DIE_IMPOSSIBLE exit(1); #endif