зеркало из https://github.com/github/ruby.git
add static modifier for rb_str_ord func
This commit is contained in:
Родитель
e0b40ef5d8
Коммит
0fcb2dd51d
2
string.c
2
string.c
|
@ -9727,7 +9727,7 @@ rb_str_crypt(VALUE str, VALUE salt)
|
|||
* "a".ord #=> 97
|
||||
*/
|
||||
|
||||
VALUE
|
||||
static VALUE
|
||||
rb_str_ord(VALUE s)
|
||||
{
|
||||
unsigned int c;
|
||||
|
|
Загрузка…
Ссылка в новой задаче