mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Move ISASCII defination to parse.y
This commit is contained in:
parent
3c4d788bfe
commit
8b2a0ec8df
Notes:
git
2023-07-08 06:27:14 +00:00
3 changed files with 11 additions and 2 deletions
|
@ -791,7 +791,6 @@ rb_parser_config_initialize(rb_parser_config_t *config)
|
|||
config->strtod = ruby_strtod;
|
||||
|
||||
config->isspace = rb_isspace;
|
||||
config->isascii = rb_isascii;
|
||||
config->iscntrl = rb_iscntrl;
|
||||
config->isalpha = rb_isalpha;
|
||||
config->isdigit = rb_isdigit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue