summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorKoichi Sasada <[email protected]>2019-07-31 11:30:23 +0900
committerKoichi Sasada <[email protected]>2019-07-31 11:32:14 +0900
commit312879693ffa88c0778baba2b6697f6e5f2f6116 ()
treee515b62bd9788ad7e73c02347575faaf538d1433 /internal.h
parent4979ba38fa070b4b9480f0da4b7c827e9eb768ab (diff)
move macro to internal.h for documentation.
13e84d5c0a changes enum to macro, but the flags usage information are lost in internal.h. It should be same place with other flags information.
-rw-r--r--internal.h4
1 files changed, 4 insertions, 0 deletions
@@ -823,6 +823,10 @@ enum ruby_rhash_flags {
RHASH_AR_TABLE_BOUND_MASK = (FL_USER8|FL_USER9|FL_USER10|FL_USER11), /* FL 8..11 */
RHASH_AR_TABLE_BOUND_SHIFT = (FL_USHIFT+8),
#if USE_TRANSIENT_HEAP
RHASH_TRANSIENT_FLAG = FL_USER12, /* FL 12 */
#endif