From 8a0441d05eca15936633e6e518ae40275898db46 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 14 Sep 2009 07:39:16 +0000 Subject: * debug.c, parse.y: fixed types. * node.h (nd_line): limit to int. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 34a6d5195..aa5519a61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Sep 14 16:39:14 2009 Nobuyoshi Nakada + + * debug.c, parse.y: fixed types. + + * node.h (nd_line): limit to int. + Mon Sep 14 11:23:45 2009 Nobuyoshi Nakada * configure.in, common.mk, */configure.bat (rdoc): make before -- cgit