summaryrefslogtreecommitdiff
path: root/tool/gperf.sed
blob: 9550a522b94f8bf82b49b01681cce60abcb27d41 (plain)
1
2
3
4
/^[a-zA-Z_0-9]*hash/,/^}/{
  s/ hval = / hval = (unsigned int)/
  s/ return / return (unsigned int)/
}