aboutsummaryrefslogtreecommitdiffstats
path: root/rubyparser.h
diff options
context:
space:
mode:
authorS-H-GAMELINKS <gamelinks007@gmail.com>2023-07-08 11:05:38 +0900
committerYuichiro Kaneko <spiketeika@gmail.com>2023-07-08 15:26:55 +0900
commit8b2a0ec8df6a09361fd835b792a5d200bc0e66af (patch)
tree97ac537171c781487dce6ddd33d7c4a9712b002f /rubyparser.h
parent3c4d788bfe7ea2fe2e9b6c0246237be45a41a12e (diff)
downloadruby-8b2a0ec8df6a09361fd835b792a5d200bc0e66af.tar.gz
Move ISASCII defination to parse.y
Diffstat (limited to 'rubyparser.h')
-rw-r--r--rubyparser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/rubyparser.h b/rubyparser.h
index 848002e64e..8ca6f0065e 100644
--- a/rubyparser.h
+++ b/rubyparser.h
@@ -588,7 +588,6 @@ typedef struct rb_parser_config_struct {
/* ctype */
int (*isspace)(int c);
- int (*isascii)(int c);
int (*iscntrl)(int c);
int (*isalpha)(int c);
int (*isdigit)(int c);