]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/gc: make all Node depths int32
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 15 May 2015 02:33:31 +0000 (19:33 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 18 May 2015 20:16:14 +0000 (20:16 +0000)
commit2b063bdff1a61961936db7ef1e963aecf1ae3db7
tree214b278f059e7d0a2ae1c5de2c96826482723f54
parent79986e24e0152ba448fd41d65eeb24ebdb6c7ec7
cmd/internal/gc: make all Node depths int32

Funcdepth was already int32. Make Escloopdepth
and Decldepth also int32 instead of int.

No functional changes for non-absurd code. Passes toolstash -cmp.

Change-Id: I47e145dd732b6a73cfcc6d45956df0dbccdcd999
Reviewed-on: https://go-review.googlesource.com/10129
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/internal/gc/esc.go
src/cmd/internal/gc/go.go
src/cmd/internal/gc/syntax.go