]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/syntax: reintroduce reverted comments
authorRobert Griesemer <gri@golang.org>
Fri, 4 Nov 2016 23:37:24 +0000 (16:37 -0700)
committerRobert Griesemer <gri@golang.org>
Sat, 5 Nov 2016 00:47:04 +0000 (00:47 +0000)
commit65269e7066c0e97532bf0fd082e95cf8444ee378
tree03e395f3b910b2f455da4484e5dcd14410bb1924
parent429edcff1049899cef4e3c5cb4b473e13a31d85c
cmd/go/internal/syntax: reintroduce reverted comments

These comments were originally introduced together with the changes
for alias declarations, and then reverted when we backed out alias
support.

Reintroduce them.

Change-Id: I3ef2c4f4672d6af8a900f5d73df273edf28d1a14
Reviewed-on: https://go-review.googlesource.com/32826
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/syntax/nodes.go