X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/089cf09003bf75e0bea78f8b9533cdb8d089069f..66d97e68ea51b5514594e5818f75c7d844586eae:/include/xbt/misc.h diff --git a/include/xbt/misc.h b/include/xbt/misc.h index cb1ef332cb..44a3b79ba1 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) type +# define XBT_PUBLIC_DATA(type) extern type #endif #if !defined (max) && !defined(__cplusplus)