X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/804285b78774da13e5e4a7b4802fd8abc9d52207..bed7df33bf28def1f3de010bd983f419f68f3049:/include/xbt/ex.h diff --git a/include/xbt/ex.h b/include/xbt/ex.h index 143a26e31c..9684a8cffe 100644 --- a/include/xbt/ex.h +++ b/include/xbt/ex.h @@ -309,12 +309,12 @@ typedef struct { /* the exception context */ typedef ex_ctx_t *(*ex_ctx_cb_t)(void); -extern ex_ctx_cb_t XBT_PUBLIC_DATA __xbt_ex_ctx; +extern XBT_PUBLIC_DATA(ex_ctx_cb_t) __xbt_ex_ctx; extern ex_ctx_t *__xbt_ex_ctx_default(void); /* the termination handler */ typedef void (*ex_term_cb_t)(xbt_ex_t *); -extern ex_term_cb_t XBT_PUBLIC_DATA __xbt_ex_terminate; +extern XBT_PUBLIC_DATA(ex_term_cb_t) __xbt_ex_terminate; extern void __xbt_ex_terminate_default(xbt_ex_t *e); /** @brief Introduce a block where exception may be dealed with