aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-08-17 11:12:23 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2020-08-19 15:10:53 +0900
commit99093e1600ccef17ab99356b689573fcfd336ecc (patch)
treeb0654845b92b038889fff4eab6e1c73b6ba8a4c0 /internal.h
parentd2eeb836344406eff3342b86436cc7eb0f8cc908 (diff)
downloadruby-99093e1600ccef17ab99356b689573fcfd336ecc.tar.gz
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.
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index 9d4478b0ca..d033bc5df3 100644
--- a/internal.h
+++ b/internal.h
@@ -46,6 +46,7 @@
/* internal/hash.h */
#undef RHASH_IFNONE
#undef RHASH_SIZE
+#undef RHASH_TBL
/* internal/object.h */
#undef ROBJECT_IV_INDEX_TBL