Changeset: 3c708e664682 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/3c708e664682 Modified Files: common/utils/mstring.h Branch: default Log Message:
Make compilable on CentOS 7. diffs (12 lines): diff --git a/common/utils/mstring.h b/common/utils/mstring.h --- a/common/utils/mstring.h +++ b/common/utils/mstring.h @@ -24,7 +24,7 @@ #endif #if defined(__has_attribute) -#if ! __has_attribute(access) +#if ! __has_attribute(__access__) #define __access__(...) #endif #else _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org