зеркало из https://github.com/github/ruby.git
remove unnecessary declaration so that rdoc works
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
49dee548f4
Коммит
b6053df008
1
string.c
1
string.c
|
@ -1363,7 +1363,6 @@ rb_str_resurrect(VALUE str)
|
||||||
* times (and call many realloc).
|
* times (and call many realloc).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static inline void str_modifiable(VALUE str);
|
|
||||||
static VALUE
|
static VALUE
|
||||||
rb_str_init(int argc, VALUE *argv, VALUE str)
|
rb_str_init(int argc, VALUE *argv, VALUE str)
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче