X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1fda4cc79d808bb4ca659d056c5e67be99ce47ca..0ca1291c2f63ca6235f4b4885c48413a900aade4:/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