diff options
author | Jeremy Evans <[email protected]> | 2019-09-26 09:09:30 -0700 |
---|---|---|
committer | Jeremy Evans <[email protected]> | 2019-09-26 15:30:51 -0700 |
commit | dd2068ac8d4016f43c1f3cc1aa81decb504db5b6 () | |
tree | 50bb60942f3edb40128c7985264c5b2f3aa58838 /internal.h | |
parent | 31339ef4f2af9c7dad2a81eaa9470ee4574181a0 (diff) |
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 s to the other files.
Notes: Merged: https://.com/ruby/ruby/pull/2491
-rw-r--r-- | internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2294,6 +2294,7 @@ void rb_print_backtrace(void); /* vm_eval.c */ void Init_vm_eval(void); VALUE rb_current_realfilepath(void); VALUE rb_check_block_call(VALUE, ID, int, const VALUE *, rb_block_call_func_t, VALUE); typedef void rb_check_funcall_hook(int, VALUE, ID, int, const VALUE *, VALUE); |