From dd2068ac8d4016f43c1f3cc1aa81decb504db5b6 Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Thu, 26 Sep 2019 09:09:30 -0700 Subject: Add rb_adjust_argv_kw_splat to internal.h We are calling this in a few other files, it is better to have it in a header than adding prototypes to the other files. --- cont.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cont.c') diff --git a/cont.c b/cont.c index fe2bcb6292..61f42b386f 100644 --- a/cont.c +++ b/cont.c @@ -1779,7 +1779,6 @@ rb_fiber_new(rb_block_call_func_t func, VALUE obj) static void rb_fiber_terminate(rb_fiber_t *fiber, int need_interrupt); #define PASS_KW_SPLAT (rb_empty_keyword_given_p() ? RB_PASS_EMPTY_KEYWORDS : rb_keyword_given_p()) -extern VALUE rb_adjust_argv_kw_splat(int *argc, const VALUE **argv, int *kw_splat); void rb_fiber_start(void) -- cgit v1.2.3