summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-18 03:08:09 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-18 03:08:09 +0000
commit89a603d2e69dfb791050ae276c565a6981f6ebbb (patch)
tree0ef805fb3df40408f9bb3c33606d89d22179fbd4 /string.c
parentf5a55037022a11fdc707b782295505b44c745322 (diff)
* string.c: add a comment about RSTRING_FSTR.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'string.c')
-rw-r--r--string.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/string.c b/string.c
index 68fcfc2852..f770118660 100644
--- a/string.c
+++ b/string.c
@@ -60,6 +60,7 @@ VALUE rb_cSymbol;
* 7: STR_TMPLOCK
* 8-9: ENC_CODERANGE (2 bits)
* 10-16: ENCODING (7 bits == 128)
+ * 17: RSTRING_FSTR
* 18: STR_NOFREE
* 19: STR_FAKESTR
*/