mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
RHASH_TBL: is now ext-only
It seems almost no internal codes use RHASH_TBL any longer. Why not just eliminate it entirely, so that the macro can be purely ext-only.
This commit is contained in:
parent
d2eeb83634
commit
99093e1600
Notes:
git
2020-08-19 15:11:27 +09:00
6 changed files with 10 additions and 17 deletions
|
@ -46,6 +46,7 @@
|
|||
/* internal/hash.h */
|
||||
#undef RHASH_IFNONE
|
||||
#undef RHASH_SIZE
|
||||
#undef RHASH_TBL
|
||||
|
||||
/* internal/object.h */
|
||||
#undef ROBJECT_IV_INDEX_TBL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue