X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1a694fe0ae64f930b801052e0c49b3b67b3f8c31..32bb578d12cf89ae05867b09a57c6933127fd513:/include/xbt/base.h?ds=sidebyside diff --git a/include/xbt/base.h b/include/xbt/base.h index 259c84c893..4ecf84e014 100644 --- a/include/xbt/base.h +++ b/include/xbt/base.h @@ -58,7 +58,6 @@ # define _XBT_GNUC_CONSTRUCTOR(prio) __attribute__((__constructor__)) # define _XBT_GNUC_DESTRUCTOR(prio) __attribute__((__destructor__)) # endif -# undef _XBT_NEED_INIT_PRAGMA #if defined(__GNUC__) # define XBT_ALWAYS_INLINE inline __attribute__ ((always_inline))