]> Cypherpunks repositories - gostls13.git/commit
dist: Make vaddn private to buf.c
authorThiago Fransosi Farina <thiago.farina@gmail.com>
Tue, 12 Aug 2014 14:49:10 +0000 (07:49 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 12 Aug 2014 14:49:10 +0000 (07:49 -0700)
commite4d4787581f0e00af743ae2eb41daf0e28003d23
tree9b7c439b8bb646ed5f073d8225d824e3945a1743
parent881fbf9a7dad13555286400697892072383a63c9
dist: Make vaddn private to buf.c

This function does not have a declaration/prototype in a.h, and it is used only
in buf.c, so it is local to it and thus can be marked as private by adding
'static' to it.

LGTM=iant
R=rsc, iant
CC=golang-codereviews
https://golang.org/cl/122300043
src/cmd/dist/buf.c