From 5b7cc63d114fbca641ce2d93c7b3f2117e38af60 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 21 Jun 2019 17:21:34 +0900 Subject: Turned `recur` into `int` [Feature #15777] --- internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal.h') diff --git a/internal.h b/internal.h index 7443278a0f..c84461792f 100644 --- a/internal.h +++ b/internal.h @@ -2200,7 +2200,7 @@ VALUE rb_search_class_path(VALUE); VALUE rb_attr_delete(VALUE, ID); VALUE rb_ivar_lookup(VALUE obj, ID id, VALUE undef); void rb_autoload_str(VALUE mod, ID id, VALUE file); -VALUE rb_autoload_at_p(VALUE, ID, VALUE); +VALUE rb_autoload_at_p(VALUE, ID, int); void rb_deprecate_constant(VALUE mod, const char *name); NORETURN(VALUE rb_mod_const_missing(VALUE,VALUE)); rb_gvar_getter_t *rb_gvar_getter_function_of(const struct rb_global_entry *); -- cgit v1.2.3