mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* string.c (rb_hash_{uint{32,},end}): removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5935818516
commit
fd58dba97f
2 changed files with 4 additions and 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.
|
||||
|
|
8
string.c
8
string.c
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue