Fix typo in SunCC check

pull/239/head
Jeffrey Walton 2016-07-15 01:53:01 -04:00
parent b099030c46
commit ba2c778f1b
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ NAMESPACE_BEGIN(CryptoPP)
#endif #endif
// Hack for SunCC, http://github.com/weidai11/cryptopp/issues/224 // Hack for SunCC, http://github.com/weidai11/cryptopp/issues/224
#if defined(__SUNPRO_CC >= 5130) #if (__SUNPRO_CC >= 5130)
# define MAYBE_CONST # define MAYBE_CONST
#else #else
# define MAYBE_CONST const # define MAYBE_CONST const