]> Cypherpunks repositories - gostls13.git/commit
cmd/5g, etc: prepare Node.Val to be unexported
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 8 May 2015 01:43:03 +0000 (18:43 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 15 May 2015 14:59:48 +0000 (14:59 +0000)
commitba57781181b18187958756b7ad7ccb126728de2d
tree459433788c0fd14431b490f2109995cd35a1ca81
parent0112f6f6b605b17194175aa7cfe15b4054f862fc
cmd/5g, etc: prepare Node.Val to be unexported

Remove all uses of Node.Val outside of the gc package.

A subsequent, automated commit in the Go 1.6 cycle
will unexport Node.Val.

No functional changes. Passes toolstash -cmp.

Change-Id: Ia92ae6a7766c83ab3e45c69edab24a9581c824f9
Reviewed-on: https://go-review.googlesource.com/9267
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/5g/gsubr.go
src/cmd/6g/gsubr.go
src/cmd/7g/gsubr.go
src/cmd/8g/gsubr.go
src/cmd/9g/gsubr.go
src/cmd/internal/gc/const.go