From 33cc8816bea87e99edfa5488479172597101dc65 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Sat, 8 Jan 2022 15:07:57 -0500 Subject: Revert "Enable Variable Width Allocation by default" This reverts commit c365c5921ea26e31c03a85b01ff4c04629abfc10. --- 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 0c434e5b05..51f863fc29 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 1 +# define USE_RVARGC 0 #endif #endif /* RBIMPL_CONFIG_H */ -- cgit v1.2.3