diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-27 02:58:37 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-27 02:58:37 +0000 |
| commit | c0b61e5787fd81058a0a49ec37fcb9f33a55b165 (patch) | |
| tree | 9e42b603bc2177a2d0fc7b26c0a1ac3f435f6779 | |
| parent | e6c2a5deafdba171cc535ee7afe1937109824a9c (diff) | |
| download | ruby-c0b61e5787fd81058a0a49ec37fcb9f33a55b165.tar.gz ruby-c0b61e5787fd81058a0a49ec37fcb9f33a55b165.tar.xz ruby-c0b61e5787fd81058a0a49ec37fcb9f33a55b165.zip | |
* string.c (rb_hash_{uint{32,},end}): removed.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | string.c | 8 |
2 files changed, 4 insertions, 8 deletions
@@ -1,3 +1,7 @@ +Sun Sep 27 11:58:35 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * string.c (rb_hash_{uint{32,},end}): removed. + Sun Sep 27 11:58:23 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * configure.in (optflags): add -fomit-frame-pointer by default. @@ -1982,14 +1982,6 @@ rb_str_concat(VALUE str1, VALUE str2) return rb_str_append(str1, str2); } -#undef rb_hash_uint32 -#undef rb_hash_uint -#undef rb_hash_end - -#define rb_hash_uint32 st_hash_uint32 -#define rb_hash_uint st_hash_uint -#define rb_hash_end st_hash_end - st_index_t rb_hash_start(st_index_t h) { |
