Enable Variable Width Allocation by default

This commit is contained in:
Peter Zhu 2022-01-11 15:21:56 -05:00
parent 2d81a718ec
commit 98fb0ab60e
Notes: git 2022-01-13 02:01:32 +09:00

View File

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