diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | include/ruby/st.h | 3 |
2 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,7 @@ -Tue Jul 1 16:51:35 2008 URABE Shyouhei <[email protected]> * include/ruby/ruby.h (rb_intern): prefix __extnsion__ for braced-groups within expressions. @@ -56,6 +56,9 @@ struct st_table { const struct st_hash_type *type; st_index_t num_bins; unsigned int entries_packed : 1; st_index_t num_entries : ST_INDEX_BITS - 1; struct st_table_entry **bins; struct st_table_entry *head; |