summaryrefslogtreecommitdiff
path: root/include/ruby
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2022-01-06 16:46:36 -0500
committerPeter Zhu <peter@peterzhu.ca>2022-01-06 16:47:49 -0500
commitaeb344e65c35b9ce72185497c0692751a1ab53cf (patch)
treea501d1e5798f9ca21dd885af1455abf9a500177c /include/ruby
parent5f55b03716f0fc8aab227c8a752eefed2a58b38f (diff)
Revert "Enable Variable Width Allocation by default"
This reverts commit d4a95428bb244ca8c4a97ad50f3837f191f1f0c3.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5405
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 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 */