summaryrefslogtreecommitdiff
path: root/include/ruby/internal
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/internal')
-rw-r--r--include/ruby/internal/fl_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ruby/internal/fl_type.h b/include/ruby/internal/fl_type.h
index 9bbcb9d2b8..456ec77b87 100644
--- a/include/ruby/internal/fl_type.h
+++ b/include/ruby/internal/fl_type.h
@@ -295,11 +295,11 @@ ruby_fl_type {
= 0,
/**
- * This flag is no longer in use
+ * This object weakly refers to other objects.
*
* @internal
*/
- RUBY_FL_UNUSED9 = (1<<9),
+ RUBY_FL_WEAK_REFERENCE = (1<<9),
/**
* This flag is no longer in use