ruby-changes:31817
From: glass <ko1@a...>
Date: Thu, 28 Nov 2013 17:46:27 +0900 (JST)
Subject: [ruby-changes:31817] glass:r43896 (trunk): * ChangeLog: fix typo.
glass 2013-11-28 17:46:19 +0900 (Thu, 28 Nov 2013) New Revision: 43896 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43896 Log: * ChangeLog: fix typo. Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 43895) +++ ChangeLog (revision 43896) @@ -59,8 +59,8 @@ Thu Nov 28 00:36:52 2013 Masaki Matsush https://github.com/ruby/ruby/blob/trunk/ChangeLog#L59 * hash.c (rb_hash_keys): use st_keys() for performance improvement if st_data_t and VALUE are compatible. - * st.h: define macro ST_DATA_COMPATIBLE_P() to predicate whether - st_data_t and passed type are compatible. + * include/ruby/st.h: define macro ST_DATA_COMPATIBLE_P() to predicate + whether st_data_t and passed type are compatible. * configure.in: check existence of builtin function to use in ST_DATA_COMPATIBLE_P(). -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/