summaryrefslogtreecommitdiff
path: root/include/ruby/internal
diff options
context:
space:
mode:
authorPeter Zhu <[email protected]>2022-01-11 15:21:56 -0500
committerPeter Zhu <[email protected]>2022-01-12 12:00:55 -0500
commit98fb0ab60eb14e74a484920bd904a3edd4ba52eb (patch)
tree37a2f11d22fa49f2d20361cdfa76f14b779e12f2 /include/ruby/internal
parent2d81a718eca679b9bf458beccf1e7a86b812c3e2 (diff)
Enable Variable Width Allocation by default
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5432
Diffstat (limited to 'include/ruby/internal')
-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 */