define back snprintf

This commit is contained in:
卜部昌平 2023-08-25 16:05:02 +09:00
parent 26cb3b5617
commit a736420ce5
Notes: git 2023-08-25 08:28:15 +00:00

View File

@ -606,6 +606,9 @@ typedef struct rb_parser_config_struct {
int (*builtin_type)(VALUE);
#undef snprintf
int (*snprintf)(char *str, size_t n, char const *fmt, ...);
#ifdef RUBY_SUBST_H
# define snprintf(...) ruby_snprintf(__VA_ARGS__)
#endif
VALUE (*node_case_when_optimizable_literal)(const NODE *const node);