[前][次][番号順一覧][スレッド一覧]

ruby-changes:4651

From: ko1@a...
Date: Tue, 22 Apr 2008 17:55:57 +0900 (JST)
Subject: [ruby-changes:4651] shyouhei - Ruby:r16145 (trunk): * vm_core.h (exec_event_hooks): ``inline'' is a type modifier, not a type itself.

shyouhei	2008-04-22 17:55:41 +0900 (Tue, 22 Apr 2008)

  New Revision: 16145

  Modified files:
    trunk/ChangeLog
    trunk/vm_core.h

  Log:
    * vm_core.h (exec_event_hooks): ``inline'' is a type modifier, not a type itself.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=16145&r2=16144&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/vm_core.h?r1=16145&r2=16144&diff_format=u

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 16144)
+++ ChangeLog	(revision 16145)
@@ -1,3 +1,8 @@
+Tue Apr 22 17:54:05 2008  URABE Shyouhei  <shyouhei@r...>
+
+	* 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@r...>
 
 	* string.c (rb_enc_cr_str_buf_cat): do not use C++ comments.
Index: vm_core.h
===================================================================
--- vm_core.h	(revision 16144)
+++ vm_core.h	(revision 16145)
@@ -653,7 +653,7 @@
   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) {

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]