aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index b40af16b48..f72a7921ee 100644
--- a/internal.h
+++ b/internal.h
@@ -978,6 +978,9 @@ VALUE rb_gcd_normal(VALUE self, VALUE other);
VALUE rb_gcd_gmp(VALUE x, VALUE y);
#endif
+/* re.c */
+long rb_reg_search0(VALUE, VALUE, long, int, int);
+
/* util.c */
extern const signed char ruby_digit36_to_number_table[];