summaryrefslogtreecommitdiff
path: root/include/ruby/3/fl_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/3/fl_type.h')
-rw-r--r--include/ruby/3/fl_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/3/fl_type.h b/include/ruby/3/fl_type.h
index 2adb6006c7..6366e7037c 100644
--- a/include/ruby/3/fl_type.h
+++ b/include/ruby/3/fl_type.h
@@ -146,7 +146,7 @@
/** @} */
/* This is an enum because GDB wants it (rather than a macro) */
-enum { RUBY_FL_USHIFT = 12 };
+enum ruby_fl_ushift { RUBY_FL_USHIFT = 12 };
/* > The expression that defines the value of an enumeration constant shall be
* > an integer constant expression that has a value representable as an `int`.