From 52fd824d581c636cc12b14664328a4714774fc1a Mon Sep 17 00:00:00 2001 From: cherierm Date: Wed, 7 Feb 2007 14:57:35 +0000 Subject: [PATCH] sorry a stupid error git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3094 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/xbt/misc.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/xbt/misc.h b/include/xbt/misc.h index f2db436a95..81b87d0209 100644 --- a/include/xbt/misc.h +++ b/include/xbt/misc.h @@ -82,6 +82,7 @@ # else # define XBT_PUBLIC(type) extern type # endif +# endif #endif @@ -125,3 +126,7 @@ XBT_PUBLIC(const char *)xbt_procname(void); SG_END_DECL() #endif /* XBT_MISC_H */ + + + + -- 2.20.1