Commit 7ce2e0a8 authored by Mikael Ronstrom's avatar Mikael Ronstrom

Merge in inline patch

parents ee89d3f1 aae9edcf
...@@ -56,9 +56,9 @@ of the 32-bit x86 assembler in mutex operations. */ ...@@ -56,9 +56,9 @@ of the 32-bit x86 assembler in mutex operations. */
# endif # endif
/* We only try to do explicit inlining of functions with gcc and /* We only try to do explicit inlining of functions with gcc and
Microsoft Visual C++ */ Sun Studio */
# if !defined(__GNUC__) # if !defined(__GNUC__) && !( defined(sun) || defined(__sun) )
# undef UNIV_MUST_NOT_INLINE /* Remove compiler warning */ # undef UNIV_MUST_NOT_INLINE /* Remove compiler warning */
# define UNIV_MUST_NOT_INLINE # define UNIV_MUST_NOT_INLINE
# endif # 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