define back snprintf
This commit is contained in:
parent
26cb3b5617
commit
a736420ce5
Notes:
git
2023-08-25 08:28:15 +00:00
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user