ALWAYS_INLINE implies inline

This commit is contained in:
Nobuyoshi Nakada 2020-12-19 18:04:47 +09:00
parent 0d3dc2ec80
commit 8148f88b92
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -1796,7 +1796,7 @@ vm_search_method_slowpath0(VALUE cd_owner, struct rb_call_data *cd, VALUE klass)
}
#ifndef MJIT_HEADER
ALWAYS_INLINE(static inline const struct rb_callcache *vm_search_method_fastpath(VALUE cd_owner, struct rb_call_data *cd, VALUE klass));
ALWAYS_INLINE(static const struct rb_callcache *vm_search_method_fastpath(VALUE cd_owner, struct rb_call_data *cd, VALUE klass));
#endif
static const struct rb_callcache *
vm_search_method_fastpath(VALUE cd_owner, struct rb_call_data *cd, VALUE klass)