From 3efc7752e408d1cd48d4eada32d75b9f464ae635 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 22 Nov 2018 20:47:35 -0500 Subject: Remove __IBM_ATTRIBUTES I believe this is C++ attributes, and not GCC attributes --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 9b6d2472..b1505a8c 100644 --- a/config.h +++ b/config.h @@ -361,7 +361,7 @@ NAMESPACE_END #define CRYPTOPP_ALIGN_DATA(x) __declspec(align(x)) #elif defined(__GNUC__) || (__SUNPRO_CC >= 0x5100) #define CRYPTOPP_ALIGN_DATA(x) __attribute__((aligned(x))) - #elif defined(__xlc__) || defined(__xlC__) || defined(__IBM_ATTRIBUTES) + #elif defined(__xlc__) || defined(__xlC__) #define CRYPTOPP_ALIGN_DATA(x) __attribute__((aligned(x))) #else #define CRYPTOPP_ALIGN_DATA(x) -- cgit v1.2.1