From 98fb0ab60eb14e74a484920bd904a3edd4ba52eb Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Tue, 11 Jan 2022 15:21:56 -0500 Subject: Enable Variable Width Allocation by default --- include/ruby/internal/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ruby') diff --git a/include/ruby/internal/config.h b/include/ruby/internal/config.h index 51f863fc29..0c434e5b05 100644 --- a/include/ruby/internal/config.h +++ b/include/ruby/internal/config.h @@ -147,7 +147,7 @@ #endif /* HAVE_VA_ARGS_MACRO */ #ifndef USE_RVARGC -# define USE_RVARGC 0 +# define USE_RVARGC 1 #endif #endif /* RBIMPL_CONFIG_H */ -- cgit v1.2.3