diff options
author | 卜部昌平 <[email protected]> | 2020-08-17 11:54:12 +0900 |
---|---|---|
committer | 卜部昌平 <[email protected]> | 2020-08-19 15:10:53 +0900 |
commit | 8cc5f74ffc4097173ae69b0098524a5faecaee7e (patch) | |
tree | 7564ff70cb6060b6a35eb9bce1a69c99a173d66d /internal.h | |
parent | 99093e1600ccef17ab99356b689573fcfd336ecc (diff) |
RHASH_EMPTY_P: convert into an inline function
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3426
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal.h b/internal.h index d033bc5df3..c3b3a799b1 100644 --- a/internal.h +++ b/internal.h @@ -47,6 +47,7 @@ #undef RHASH_IFNONE #undef RHASH_SIZE #undef RHASH_TBL +#undef RHASH_EMPTY_P /* internal/object.h */ #undef ROBJECT_IV_INDEX_TBL |