1
0
Fork 0
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 c365c5921e.
This commit is contained in:
Peter Zhu 2022-01-08 15:07:57 -05:00
parent a5fffb314b
commit 33cc8816be

View file

@ -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 */