diff options
author | S-H-GAMELINKS <[email protected]> | 2023-08-04 12:18:00 +0900 |
---|---|---|
committer | Yuichiro Kaneko <[email protected]> | 2023-08-05 11:39:38 +0900 |
commit | 4e7e972841f73b222e46b86ebff191e06fe49da5 (patch) | |
tree | d0c6d837bb44056d7a12dd121db4b6c17cad380a /rubyparser.h | |
parent | f07ef1d54c3bbae62e2ddd7266932c294db91daf (diff) |
Remove uneeded int2big property for Universal Parser
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/8170
Diffstat (limited to 'rubyparser.h')
-rw-r--r-- | rubyparser.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rubyparser.h b/rubyparser.h index 35efbbe384..4bdb267c79 100644 --- a/rubyparser.h +++ b/rubyparser.h @@ -458,7 +458,6 @@ typedef struct rb_parser_config_struct { /* Bignum */ void (*bignum_negate)(VALUE b); VALUE (*big_norm)(VALUE x); - VALUE (*int2big)(intptr_t n); VALUE (*cstr_to_inum)(const char *str, int base, int badcheck); /* Float */ |