]> Cypherpunks repositories - gostls13.git/commit
runtime: change int32 to intgo in findnull and findnullw
authorRob Pike <r@golang.org>
Tue, 6 Aug 2013 11:49:03 +0000 (21:49 +1000)
committerRob Pike <r@golang.org>
Tue, 6 Aug 2013 11:49:03 +0000 (21:49 +1000)
commit82f5ca1ef05970fc271dc7e1cacaed8e27f65910
treeef3f2e422243e137c401926c9e8f6c44d3923d56
parent429a67e30033935d45e368d32b56dedb8c010fee
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
src/pkg/runtime/env_plan9.c
src/pkg/runtime/env_posix.c
src/pkg/runtime/os_plan9.c
src/pkg/runtime/os_plan9_386.c
src/pkg/runtime/os_plan9_amd64.c
src/pkg/runtime/print.c
src/pkg/runtime/runtime.c
src/pkg/runtime/runtime.h
src/pkg/runtime/string.goc