summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2022-01-06 09:00:19 -0500
committerPeter Zhu <peter@peterzhu.ca>2022-01-06 14:33:35 -0500
commitd4a95428bb244ca8c4a97ad50f3837f191f1f0c3 (patch)
tree833b970ee19a2476493be1699c3cd080348b4e76
parentae51f304d28ca8ff3e0680448371c936f10490d0 (diff)
Enable Variable Width Allocation by default
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5399
-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 */