From d0868a8016ebb9998f667cd4c3fb6a66cd578b15 Mon Sep 17 00:00:00 2001 From: weidai Date: Sat, 19 Jun 2004 11:16:59 +0000 Subject: [PATCH] *** empty log message *** --- trunk/c5/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/c5/config.h b/trunk/c5/config.h index a0b98e69..1089c11c 100644 --- a/trunk/c5/config.h +++ b/trunk/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