* 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
This commit is contained in:
shyouhei 2008-04-22 08:55:41 +00:00
Родитель d4439ce2db
Коммит 5e2aeec8ce
2 изменённых файлов: 6 добавлений и 1 удалений

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

@ -1,3 +1,8 @@
Tue Apr 22 17:54:05 2008 URABE Shyouhei <shyouhei@ruby-lang.org>
* vm_core.h (exec_event_hooks): ``inline'' is a type modifier, not
a type itself.
Tue Apr 22 16:24:27 2008 URABE Shyouhei <shyouhei@ruby-lang.org>
* string.c (rb_enc_cr_str_buf_cat): do not use C++ comments.

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

@ -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) {