From 1196b798d63f2834b2db6ed09794c1f1ea517b9b Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 20 Nov 2012 13:48:04 +0000 Subject: * Makefile.in (.d.h): replace char * to const char * because somehow current dtrace removes const of function declaration in probes.d. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 63bf27bb3f..e003977b59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Nov 20 22:35:02 2012 NARUSE, Yui + + * Makefile.in (.d.h): replace char * to const char * because somehow + current dtrace removes const of function declaration in probes.d. + Tue Nov 20 21:41:04 2012 Koichi Sasada * include/ruby/debug.h: introduced. -- cgit v1.2.3