diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-06-27 22:39:15 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-06-27 22:39:15 +0900 |
commit | df5ae0a55005f7f02adbf21790300f28dc2e12fc (patch) | |
tree | 3e89aa8f802e416b76056bdee163a08c7953cffe /internal/re.h | |
parent | eaad44adb2043f0b597196fd44cfaae8db3a3b18 (diff) |
Use `rb_reg_nth_defined` instead of `rb_match_nth_defined`
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/7983
Diffstat (limited to 'internal/re.h')
-rw-r--r-- | internal/re.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/re.h b/internal/re.h index 7b2505b9a8..f85ec09ab3 100644 --- a/internal/re.h +++ b/internal/re.h @@ -22,7 +22,6 @@ VALUE rb_reg_equal(VALUE re1, VALUE re2); void rb_backref_set_string(VALUE string, long pos, long len); void rb_match_unbusy(VALUE); int rb_match_count(VALUE match); -int rb_match_nth_defined(int nth, VALUE match); VALUE rb_reg_new_ary(VALUE ary, int options); #endif /* INTERNAL_RE_H */ |