From 8148f88b92a6b8d850b991afe74fb0d0f9c11887 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sat, 19 Dec 2020 18:04:47 +0900 Subject: ALWAYS_INLINE implies inline --- vm_insnhelper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm_insnhelper.c b/vm_insnhelper.c index 73d90e6625..6c7ff594c2 100644 --- a/vm_insnhelper.c +++ b/vm_insnhelper.c @@ -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) -- cgit v1.2.3