aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/3/core/rstring.h
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-25 17:52:27 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-25 17:52:27 +0900
commitfefb5fafbc44a02c0eaf91de14ca38ac890653ab (patch)
tree20430afcce323bacdb3670757d37f1f1f2bc64ed /include/ruby/3/core/rstring.h
parent7c88bb3eba77295cb4cd8ee1a713bae40d92600a (diff)
downloadruby-fefb5fafbc44a02c0eaf91de14ca38ac890653ab.tar.gz
More enums are mandatory for rp in lldb_cruby.py
Diffstat (limited to 'include/ruby/3/core/rstring.h')
-rw-r--r--include/ruby/3/core/rstring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/3/core/rstring.h b/include/ruby/3/core/rstring.h
index 8951dd0d30..10104c7a55 100644
--- a/include/ruby/3/core/rstring.h
+++ b/include/ruby/3/core/rstring.h
@@ -65,7 +65,7 @@ enum ruby_rstring_flags {
RSTRING_FSTR = RUBY_FL_USER17
};
-enum {
+enum ruby_rstring_consts {
RSTRING_EMBED_LEN_SHIFT = RUBY_FL_USHIFT + 2,
RSTRING_EMBED_LEN_MAX = RUBY3_EMBED_LEN_MAX_OF(char) - 1
};