From 6d06773e7c1aaee85a261b0076fc5ea37886e27a 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: http://svn.ruby-lang.org/repos/ruby/trunk@16145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 441635176..fd721095f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Apr 22 17:54:05 2008 URABE Shyouhei + + * vm_core.h (exec_event_hooks): ``inline'' is a type modifier, not + a type itself. + Tue Apr 22 16:24:27 2008 URABE Shyouhei * string.c (rb_enc_cr_str_buf_cat): do not use C++ comments. -- cgit