summaryrefslogtreecommitdiff
path: root/include/ruby/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/defines.h')
-rw-r--r--include/ruby/defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/defines.h b/include/ruby/defines.h
index 875e870ed3..58336c1ebd 100644
--- a/include/ruby/defines.h
+++ b/include/ruby/defines.h
@@ -197,7 +197,7 @@ void xfree(void*);
/* MB_CUR_MAX will not work well in C locale */
#endif
-#if defined(sparc) || defined(__sparc__)
+#if defined(__sparc)
static inline void
flush_register_windows(void)
{