mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Reduce is_ascii_string
function dependency for parser
Changed to use `rb_parser_is_ascii_string` function instead of `is_ascii_string` function
This commit is contained in:
parent
c1ee5ea28f
commit
7f83bd3732
Notes:
git
2024-09-27 10:34:56 +00:00
4 changed files with 7 additions and 11 deletions
|
@ -121,7 +121,6 @@
|
|||
#undef rb_str_new_cstr
|
||||
#define rb_str_new_cstr p->config->str_new_cstr
|
||||
#define rb_str_to_interned_str p->config->str_to_interned_str
|
||||
#define is_ascii_string p->config->is_ascii_string
|
||||
#define rb_enc_str_new p->config->enc_str_new
|
||||
#define rb_str_vcatf p->config->str_vcatf
|
||||
#define rb_sprintf p->config->rb_sprintf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue