X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/561ff4897407105f37791f39b936da1d1c7c09d7..9d53611f28f7ba6430d1f298c14b695ac2e723a5:/include/xbt/misc.h diff --git a/include/xbt/misc.h b/include/xbt/misc.h index 314dd88a43..2c571277c8 100644 --- a/include/xbt/misc.h +++ b/include/xbt/misc.h @@ -17,8 +17,8 @@ __attribute__((__format__ (__scanf__, format_idx, arg_idx))) # define _XBT_GNUC_NORETURN __attribute__((__noreturn__)) # define _XBT_GNUC_UNUSED __attribute__((__unused__)) -/* Apparently, constructor priorities are not supported on Macs */ -# if APPLE +/* Apparently, constructor priorities are not supported by gcc on Macs */ +# if __APPLE__ # define _XBT_GNUC_CONSTRUCTOR(prio) __attribute__((__constructor__)) # define _XBT_GNUC_DESTRUCTOR(prio) __attribute__((__destructor__)) # else