X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ed37babb2fa9097abe82df299c0aa259ed84d5a..5ec2b80b686983f84ebab7c7398a29e73286deee:/include/xbt/log.h?ds=sidebyside diff --git a/include/xbt/log.h b/include/xbt/log.h index 7b01d4f30a..30554204e0 100644 --- a/include/xbt/log.h +++ b/include/xbt/log.h @@ -93,7 +93,7 @@ typedef enum { XBT_LOG_EXTERNAL_CATEGORY(catName); \ (void)_xbt_log_cat_init(&_XBT_LOGV(catName), xbt_log_priority_uninitialized); \ } \ - XBT_EXPORT_NO_IMPORT s_xbt_log_category_t _XBT_LOGV(catName) = { \ + s_xbt_log_category_t _XBT_LOGV(catName) = { \ &_XBT_LOGV(parent), \ NULL /* firstChild */, \ NULL /* nextSibling */, \