Skip to content

Commit 04322cb

Browse files
author
Charlie Somerville
committed
Merge pull request #16 from github/2.1+RSTRING_HTML_SAFE
Reserve the FL_USER18 bit for RSTRING_HTML_SAFE
2 parents b4c5dd8 + 5c92c4b commit 04322cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/ruby/ruby.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -833,6 +833,7 @@ struct RString {
833833
};
834834
#define RSTRING_NOEMBED FL_USER1
835835
#define RSTRING_FSTR FL_USER17
836+
#define RSTRING_HTML_SAFE FL_USER18
836837
#define RSTRING_EMBED_LEN_MASK (FL_USER2|FL_USER3|FL_USER4|FL_USER5|FL_USER6)
837838
#define RSTRING_EMBED_LEN_SHIFT (FL_USHIFT+2)
838839
#define RSTRING_EMBED_LEN(str) \

0 commit comments

Comments
 (0)