diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-01 05:24:25 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-01 05:24:25 +0000 |
| commit | 4004f7e70cd33f92f316d9def6850b399c1322ef (patch) | |
| tree | 9259f91dc2195c564cb3013822298a794ba796e1 /ChangeLog | |
| parent | 5f25d89cb542e5a6094a47e824229cc762925ba5 (diff) | |
| download | ruby-4004f7e70cd33f92f316d9def6850b399c1322ef.tar.gz ruby-4004f7e70cd33f92f316d9def6850b399c1322ef.tar.xz ruby-4004f7e70cd33f92f316d9def6850b399c1322ef.zip | |
* include/ruby/st.h (rb_index_t): use st_data_t for the platforms it
is larger than int.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,12 +1,12 @@ -Sat Sep 1 11:14:38 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> +Sat Sep 1 14:24:23 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * st.c (st_numcmp, st_numhash): use st_data_t instead of long, because the former may be larger than the latter. * include/ruby/st.h (CHAR_BIT): get rid of magic number. - * include/ruby/st.h (struct st_table): num_entries never exceed - num_bins. + * include/ruby/st.h (rb_index_t): use st_data_t for the platforms it + is larger than int. Fri Aug 31 07:12:24 2007 NAKAMURA Usaku <usa@ruby-lang.org> |
