summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--c5/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c5/config.h b/c5/config.h
index a0b98e6..1089c11 100644
--- a/c5/config.h
+++ b/c5/config.h
@@ -182,7 +182,7 @@ NAMESPACE_END
#endif
// CodeWarrior defines _MSC_VER
-#if !defined(CRYPTOPP_DISABLE_X86ASM) && (defined(_MSC_VER) && !defined(__MWERKS__) && defined(_M_IX86)) || (defined(__GNUC__) && defined(__i386__))
+#if !defined(CRYPTOPP_DISABLE_X86ASM) && ((defined(_MSC_VER) && !defined(__MWERKS__) && defined(_M_IX86)) || (defined(__GNUC__) && defined(__i386__)))
#define CRYPTOPP_X86ASM_AVAILABLE
#endif