Mark rb_warn_keyword_to_last_hash as static inline

mame pointed out that vm_args.c is included in vm_insnhelper.c.
This commit is contained in:
Jeremy Evans 2019-09-05 16:06:38 -07:00
Родитель 5045fe6017
Коммит d3cf0eb214
2 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -581,7 +581,7 @@ ignore_keyword_hash_p(VALUE keyword_hash, const rb_iseq_t * const iseq) {
VALUE rb_iseq_location(const rb_iseq_t *iseq);
MJIT_FUNC_EXPORTED void
static inline void
rb_warn_keyword_to_last_hash(struct rb_calling_info *calling, const struct rb_call_info *ci, const rb_iseq_t * const iseq)
{
VALUE name, loc;

Просмотреть файл

@ -24,7 +24,6 @@ extern void rb_method_definition_set(const rb_method_entry_t *me, rb_method_defi
extern int rb_method_definition_eq(const rb_method_definition_t *d1, const rb_method_definition_t *d2);
extern VALUE rb_make_no_method_exception(VALUE exc, VALUE format, VALUE obj,
int argc, const VALUE *argv, int priv);
extern void rb_warn_keyword_to_last_hash(struct rb_calling_info *calling, const struct rb_call_info *ci, const rb_iseq_t * const iseq);
/* control stack frame */