From beaabd23087a54364bc8fc8aa7a45dd9f425e19b Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 3 Sep 2019 21:08:07 +0900 Subject: Unify SUPPORT_JOKE and OPT_SUPPORT_JOKE for simplicity and consistency. Now SUPPORT_JOKE needs to be prefixed with OPT_ to make the config visible in `RubyVM::VmOptsH`, and the inconsistency was introduced. As it has never been available for override in configure (no #ifndef guard), it should be fine to rename the config. --- vm_opts.h | 1 - 1 file changed, 1 deletion(-) (limited to 'vm_opts.h') diff --git a/vm_opts.h b/vm_opts.h index 9892d3c999..d4e2ed786e 100644 --- a/vm_opts.h +++ b/vm_opts.h @@ -62,7 +62,6 @@ /* misc */ #define OPT_SUPPORT_JOKE 0 -#define SUPPORT_JOKE OPT_SUPPORT_JOKE #ifndef VM_COLLECT_USAGE_DETAILS #define VM_COLLECT_USAGE_DETAILS 0 -- cgit v1.2.1