Enable Variable Width Allocation by default

This commit is contained in:
Peter Zhu 2022-01-07 11:52:47 -05:00
Родитель a1bef7c2ef
Коммит c365c5921e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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