mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Replace only use of snprintf
in parser
This commit is contained in:
parent
f5c8bdaa8a
commit
fe73f9f24b
Notes:
git
2023-08-25 15:31:31 +00:00
3 changed files with 12 additions and 12 deletions
|
@ -774,7 +774,6 @@ rb_parser_config_initialize(rb_parser_config_t *config)
|
|||
config->long2int = rb_long2int;
|
||||
config->special_const_p = special_const_p;
|
||||
config->builtin_type = builtin_type;
|
||||
config->snprintf = snprintf;
|
||||
|
||||
config->node_case_when_optimizable_literal = rb_node_case_when_optimizable_literal;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue