Sutou Kouhei 2019-05-28 16:05:00 +0900 (Tue, 28 May 2019) Revision: 4e5293801512a98408d2cc03cc46361d8b840b45 https://github.com/mroonga/mroonga/commit/4e5293801512a98408d2cc03cc46361d8b840b45 Message: Use "(...)" explicitly Modified files: mrn_mysql_compat.h Modified: mrn_mysql_compat.h (+2 -1) =================================================================== --- mrn_mysql_compat.h 2019-05-28 15:05:59 +0900 (27b62eea) +++ mrn_mysql_compat.h 2019-05-28 16:05:00 +0900 (853ebebc) @@ -372,7 +372,8 @@ typedef HASH mrn_table_def_cache_type; # define MRN_HAVE_SQL_DERROR_H #endif -#if defined(MRN_MYSQL_P) || defined(MRN_MARIADB_P) && MYSQL_VERSION_ID >= 100000 +#if defined(MRN_MYSQL_P) || \ + (defined(MRN_MARIADB_P) && MYSQL_VERSION_ID >= 100000) # define MRN_HAVE_MY_BYTEORDER_H #endif -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20190528/612b8f31/attachment.html>