From 99093e1600ccef17ab99356b689573fcfd336ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Mon, 17 Aug 2020 11:12:23 +0900 Subject: 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. --- internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'internal.h') 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 -- cgit v1.2.1