From 7a95737dc9f2fb078d2613ee15ea259c53b3366e Mon Sep 17 00:00:00 2001 From: ocean Date: Fri, 3 Feb 2006 10:28:27 +0000 Subject: * ruby.h: fixed prototype. * ext/syck/rubyext.c: defined symbol ID as global variable as others. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 72e29de44..5b75b3dc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Feb 3 19:25:53 2006 Hirokazu Yamamoto + + * ruby.h: fixed prototype. + + * ext/syck/rubyext.c: defined symbol ID as global variable as others. + Fri Feb 3 17:57:02 2006 Yukihiro Matsumoto * eval.c: unify ruby_class (for method definition) and ruby_cbase -- cgit