diff options
| author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-22 08:55:41 +0000 |
|---|---|---|
| committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-22 08:55:41 +0000 |
| commit | 6d06773e7c1aaee85a261b0076fc5ea37886e27a (patch) | |
| tree | 9e04cb75af2fb9b60879002bd3c91b51d182d7c2 /vm_core.h | |
| parent | baebe6b14a176a73ee3c690e5ee2bc84a29445fd (diff) | |
| download | ruby-6d06773e7c1aaee85a261b0076fc5ea37886e27a.tar.gz ruby-6d06773e7c1aaee85a261b0076fc5ea37886e27a.tar.xz ruby-6d06773e7c1aaee85a261b0076fc5ea37886e27a.zip | |
* vm_core.h (exec_event_hooks): ``inline'' is a type modifier, not a type itself.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_core.h')
| -rw-r--r-- | vm_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |
