]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/gc: explicitly set zero bool Val
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 15 May 2015 00:32:07 +0000 (17:32 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 15 May 2015 15:01:22 +0000 (15:01 +0000)
commit3c06cff7d1d7382b74ab39bd3bf0e46264ac845d
treec74dbf21adba0e6c1128214cd6aed4ed1cc192c9
parentba57781181b18187958756b7ad7ccb126728de2d
cmd/internal/gc: explicitly set zero bool Val

This trivial change is a prerequisite to
converting Val.U to an interface{}.

No functional changes. Passes toolstash -cmp.

Change-Id: I17ff036f68d29a9ed0097a8b23ae1c91e6ce8c21
Reviewed-on: https://go-review.googlesource.com/10058
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/internal/gc/gen.go