summaryrefslogtreecommitdiff
path: root/include/ruby
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2022-01-08 15:07:57 -0500
committerPeter Zhu <peter@peterzhu.ca>2022-01-08 15:07:57 -0500
commit33cc8816bea87e99edfa5488479172597101dc65 (patch)
tree20fe47336a4df203eb980a2b73f00290edf8c11b /include/ruby
parenta5fffb314b3f2c42988a0c6f15a9c9d628051176 (diff)
Revert "Enable Variable Width Allocation by default"
This reverts commit c365c5921ea26e31c03a85b01ff4c04629abfc10.
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 */