1
0
mirror of https://github.com/golang/go synced 2024-11-24 23:27:57 -07:00

ld: make addaddrplus4 static

R=golang-dev
CC=golang-dev, rsc
https://golang.org/cl/4835043
This commit is contained in:
Lucio De Re 2011-08-16 14:22:02 -04:00 committed by Russ Cox
parent a5d7c1f45e
commit 93ecb5bb1b

View File

@ -687,7 +687,7 @@ addaddrplus(Sym *s, Sym *t, int32 add)
return i;
}
vlong
static vlong
addaddrplus4(Sym *s, Sym *t, int32 add)
{
vlong i;