Commit b553ba77 authored by Mikael Ronstrom's avatar Mikael Ronstrom

Compile fix, sun_prefetch.h only available in Sun Studio

parent 3c24289f
......@@ -58,7 +58,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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment