commit | 82f5ca1ef05970fc271dc7e1cacaed8e27f65910 | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Tue Aug 06 21:49:03 2013 +1000 |
committer | Rob Pike <r@golang.org> | Tue Aug 06 21:49:03 2013 +1000 |
tree | ef3f2e422243e137c401926c9e8f6c44d3923d56 | |
parent | 429a67e30033935d45e368d32b56dedb8c010fee [diff] |
runtime: change int32 to intgo in findnull and findnullw Update #6046. This CL just does findnull and findnullw. There are other functions to fix but doing them a few at a time will help isolate any (unlikely) breakages these changes bring up in architectures I can't test myself. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/12520043