mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert "Enable Variable Width Allocation by default"
This reverts commit d4a95428bb
.
This commit is contained in:
parent
5f55b03716
commit
aeb344e65c
Notes:
git
2022-01-07 06:48:10 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue