From b1e1a0fc0dc754a6cb2454163d6b00913a854c35 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 22 Sep 2009 07:34:35 +0000 Subject: * st.c (st_table_entry, st_get_key): use st_index_t. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1005161ec..5e9de8b43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Sep 22 16:34:33 2009 Nobuyoshi Nakada + + * st.c (st_table_entry, st_get_key): use st_index_t. + Tue Sep 22 16:28:41 2009 Nobuyoshi Nakada * regenc.h (PosixBracketEntryType): constified. -- cgit