1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* internal.h (rb_reg_search0): not a public API.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45415 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2014-03-25 23:52:18 +00:00
parent a77206582e
commit df0034f890

View file

@ -810,6 +810,7 @@ VALUE rb_rational_reciprocal(VALUE x);
/* re.c */
VALUE rb_reg_compile(VALUE str, int options, const char *sourcefile, int sourceline);
VALUE rb_reg_check_preprocess(VALUE);
long rb_reg_search0(VALUE, VALUE, long, int, int);
/* signal.c */
int rb_get_next_signal(void);
@ -978,9 +979,6 @@ 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[];