From 2a345a1a66c80cb2005504ff440444f70ee9071d Mon Sep 17 00:00:00 2001 From: cherierm Date: Fri, 6 Oct 2006 12:50:28 +0000 Subject: [PATCH] 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 --- include/xbt/asserts.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.20.1