X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=internals%2F_PDCLIB_aux.h;h=484e930f24618c24fbee7dc563835e441ceeed35;hp=0a31e86969f81b4f49cc649bdcc090462fcb95d3;hb=5af6a81428deb4542b01eed33f450057c7fa89c2;hpb=d10542bddcaa25047bac45cdf72f4f79cbb14b95 diff --git a/internals/_PDCLIB_aux.h b/internals/_PDCLIB_aux.h index 0a31e86..484e930 100644 --- a/internals/_PDCLIB_aux.h +++ b/internals/_PDCLIB_aux.h @@ -96,7 +96,7 @@ #endif #ifdef __has_attribute - #define _PDCLIB_HAS_ATTRIBUTE(x) __has_builtin(x) + #define _PDCLIB_HAS_ATTRIBUTE(x) __has_attribute(x) #else #define _PDCLIB_HAS_ATTRIBUTE(x) (0) #endif