From 5e2aeec8ce6fef9fa678053a233dc3c1a0378c44 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Tue, 22 Apr 2008 08:55:41 +0000 Subject: * vm_core.h (exec_event_hooks): ``inline'' is a type modifier, not a type itself. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm_core.h') diff --git a/vm_core.h b/vm_core.h index 4451cb3fa9..1f93f23197 100644 --- a/vm_core.h +++ b/vm_core.h @@ -653,7 +653,7 @@ void rb_thread_execute_interrupts(rb_thread_t *); RUBY_VM_CHECK_INTS_TH(GET_THREAD()) /* tracer */ -static void inline +static inline void exec_event_hooks(rb_event_hook_t *hook, rb_event_flag_t flag, VALUE self, ID id, VALUE klass) { while (hook) { -- cgit v1.2.3