Skip to content

Commit 5c92c4b

Browse files
author
Charlie Somerville
committed
use the FL_USER18 bit for RSTRING_HTML_SAFE
1 parent 215a869 commit 5c92c4b

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)