We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215a869 commit 5c92c4bCopy full SHA for 5c92c4b
include/ruby/ruby.h
@@ -833,6 +833,7 @@ struct RString {
833
};
834
#define RSTRING_NOEMBED FL_USER1
835
#define RSTRING_FSTR FL_USER17
836
+#define RSTRING_HTML_SAFE FL_USER18
837
#define RSTRING_EMBED_LEN_MASK (FL_USER2|FL_USER3|FL_USER4|FL_USER5|FL_USER6)
838
#define RSTRING_EMBED_LEN_SHIFT (FL_USHIFT+2)
839
#define RSTRING_EMBED_LEN(str) \
0 commit comments