Merged fix of compiler issue

This commit is contained in:
Mikael Ronstrom 2008-10-16 19:48:53 +02:00
commit b5d2ed1b5f

View file

@ -62,7 +62,7 @@ of the 32-bit x86 assembler in mutex operations. */
/* We only try to do explicit inlining of functions with gcc and
Sun Studio */
# if !defined(__GNUC__) && !( defined(sun) || defined(__sun) )
# if !defined(__GNUC__) && !defined(__SUNPRO_C)
# undef UNIV_MUST_NOT_INLINE /* Remove compiler warning */
# define UNIV_MUST_NOT_INLINE
# endif