From: Andy Polyakov Date: Mon, 30 Jul 2007 11:53:01 +0000 (+0000) Subject: Make preprocessor logic more fail-safe. X-Git-Tag: OpenSSL_0_9_8k^2~758 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cdb03921592a04331f8b5ea657cabb51104589f5;p=oweals%2Fopenssl.git Make preprocessor logic more fail-safe. --- diff --git a/crypto/stack/safestack.h b/crypto/stack/safestack.h index f24353b131..5810bca1e9 100644 --- a/crypto/stack/safestack.h +++ b/crypto/stack/safestack.h @@ -60,7 +60,7 @@ #ifndef OPENSSL_ALLOW_FCAST #ifndef OPENSSL_INLINE -# if defined(__SUNPRO_C) +# if defined(__SUNPRO_C) && !defined(__inline) # if __SUNPRO_C>0x520 # define __inline inline # else