From c887f0caadd5c4a3ca769c84e9f5e732e0853edb Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 7 Apr 2006 15:35:43 +0000 Subject: [PATCH] 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 --- include/xbt/ex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1