mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 05:29:10 +02:00
4 lines
103 B
Sed
4 lines
103 B
Sed
/^[a-zA-Z_0-9]*hash/,/^}/{
|
|
s/ hval = / hval = (unsigned int)/
|
|
s/ return / return (unsigned int)/
|
|
}
|