From: mquinson Date: Fri, 7 Apr 2006 15:35:43 +0000 (+0000) Subject: Break the API once again so that we can reset the struct in this function (and not... X-Git-Tag: v3.3~3251 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c887f0caadd5c4a3ca769c84e9f5e732e0853edb Break the API once again so that we can reset the struct in this function (and not break if the same variable is used more than once) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2107 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/xbt/ex.h b/include/xbt/ex.h index 81c7ef7938..597ce19917 100644 --- a/include/xbt/ex.h +++ b/include/xbt/ex.h @@ -508,7 +508,7 @@ extern void __xbt_ex_terminate_default(xbt_ex_t *e); #define RETHROW5(msg,a,b,c,d,e) _XBT_PRE_RETHROW msg,a,b,c,d,e _XBT_POST_RETHROW /** @brief Exception destructor */ -void xbt_ex_free(xbt_ex_t e); +void xbt_ex_free(xbt_ex_t *e); void xbt_ex_display(xbt_ex_t *e);