mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add static modifier for rb_str_ord func
This commit is contained in:
parent
e0b40ef5d8
commit
0fcb2dd51d
1 changed files with 1 additions and 1 deletions
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;
|
||||
|
|
Loading…
Reference in a new issue