From: cherierm Date: Fri, 6 Oct 2006 12:50:28 +0000 (+0000) Subject: Only adds the XBT_PUBLIC macro decoration a the begining of the public API functions. X-Git-Tag: v3.3~2491 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2a345a1a66c80cb2005504ff440444f70ee9071d?ds=sidebyside Only adds the XBT_PUBLIC macro decoration a the begining of the public API functions. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2868 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/xbt/asserts.h b/include/xbt/asserts.h index d5b9b9da5c..0f3ccb7f0c 100644 --- a/include/xbt/asserts.h +++ b/include/xbt/asserts.h @@ -24,8 +24,8 @@ SG_BEGIN_DECL() * * @{ */ -void xbt_abort(void) _XBT_GNUC_NORETURN; -void xbt_die(const char *msg) _XBT_GNUC_NORETURN; +XBT_PUBLIC void xbt_abort(void) _XBT_GNUC_NORETURN; +XBT_PUBLIC void xbt_die(const char *msg) _XBT_GNUC_NORETURN; #ifdef NDEBUG #define xbt_assert(cond)