From a84e7342c26d925b226027224bd4b0636bcf6504 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 15 Oct 2004 03:54:02 +0000 Subject: eval.c (Init_stack): make prototype declaration consistent with the definition in gc.c. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 41b2fcc82..c35074634 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Oct 15 12:43:09 2004 Tanaka Akira + + * eval.c (Init_stack): make prototype declaration consistent with + the definition in gc.c. + Thu Oct 14 14:34:01 2004 WATANABE Hirofumi * io.c (MODE_BINMODE, MODE_BINARY): fixed reversed condition. -- cgit