mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
5 lines
103 B
Sed
5 lines
103 B
Sed
/^[a-zA-Z_0-9]*hash/,/^}/{
|
|
s/ hval = / hval = (unsigned int)/
|
|
s/ return / return (unsigned int)/
|
|
}
|