Make preprocessor logic more fail-safe.

This commit is contained in:
Andy Polyakov 2007-07-30 11:53:01 +00:00
parent 1891f5b395
commit cdb0392159

View File

@ -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