Commit 93ecb5bb authored by Lucio De Re's avatar Lucio De Re Committed by Russ Cox

ld: make addaddrplus4 static

R=golang-dev
CC=golang-dev, rsc
https://golang.org/cl/4835043
parent a5d7c1f4
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment