From 82f5ca1ef05970fc271dc7e1cacaed8e27f65910 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Tue, 6 Aug 2013 21:49:03 +1000 Subject: 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/runtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pkg/runtime/runtime.c') diff --git a/src/pkg/runtime/runtime.c b/src/pkg/runtime/runtime.c index a0e9a194c6..7f693589f6 100644 --- a/src/pkg/runtime/runtime.c +++ b/src/pkg/runtime/runtime.c @@ -393,7 +393,7 @@ void runtime·parsedebugvars(void) { byte *p; - int32 i, n; + intgo i, n; p = runtime·getenv("GODEBUG"); if(p == nil) -- cgit v1.3