summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2004-06-19 11:16:59 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2004-06-19 11:16:59 +0000
commite4ac96a0b0b196c2a8ec1db41aa8a5b2046ca348 (patch)
treea9380c31a585967bbf1e3871dd88231d94a1c0f8
parent8411e7bd7bbf34e9f5d3f1539b1f2a8633366bba (diff)
downloadcryptopp-e4ac96a0b0b196c2a8ec1db41aa8a5b2046ca348.tar.gz
*** empty log message ***
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk@172 57ff6487-cd31-0410-9ec3-f628ee90f5f0
-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