X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f0886ea4ab50491bd7cf056d8ed576cd939acd3e..089cf09003bf75e0bea78f8b9533cdb8d089069f:/include/xbt/misc.h diff --git a/include/xbt/misc.h b/include/xbt/misc.h index 44a3b79ba1..cb1ef332cb 100644 --- a/include/xbt/misc.h +++ b/include/xbt/misc.h @@ -149,7 +149,7 @@ # define XBT_PUBLIC(type) extern type # define XBT_EXPORT_NO_IMPORT(type) type # define XBT_IMPORT_NO_EXPORT(type) type -# define XBT_PUBLIC_DATA(type) extern type +# define XBT_PUBLIC_DATA(type) type #endif #if !defined (max) && !defined(__cplusplus)