aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2022-01-11 15:21:56 -0500
committerPeter Zhu <peter@peterzhu.ca>2022-01-12 12:00:55 -0500
commit98fb0ab60eb14e74a484920bd904a3edd4ba52eb (patch)
tree37a2f11d22fa49f2d20361cdfa76f14b779e12f2 /include/ruby
parent2d81a718eca679b9bf458beccf1e7a86b812c3e2 (diff)
downloadruby-98fb0ab60eb14e74a484920bd904a3edd4ba52eb.tar.gz
Enable Variable Width Allocation by default
Diffstat (limited to 'include/ruby')
-rw-r--r--include/ruby/internal/config.h2
1 files changed, 1 insertions, 1 deletions
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 */