go/src/cmd/9g
Russ Cox cdb7d7dcc2 cmd/5l etc: restore comments lost during C -> Go conversion
It appears that c2go dropped comments inside struct { ... } and enum { ... }.
Restore them.

Identified missing comments by checking for comments present
in the C code but not the Go code, made a list, and then reapplied
with some mechanical help.

Missing comment finder: http://play.golang.org/p/g6qNUAo1Y0

Change-Id: I323ab45c7ef9d51e28eab3b699eb14bee1eef66b
Reviewed-on: https://go-review.googlesource.com/6899
Reviewed-by: Rob Pike <r@golang.org>
2015-03-05 21:49:39 +00:00
..
cgen.go cmd/5g etc: tweak import blocks 2015-03-05 02:02:34 +00:00
galign.go cmd/5g etc: tweak import blocks 2015-03-05 02:02:34 +00:00
gg.go [dev.cc] cmd/6a, cmd/6g etc: replace C implementations with Go implementations 2015-02-23 19:56:40 +00:00
ggen.go cmd/internal/gc: make Node.Needzero a bool 2015-03-05 03:56:12 +00:00
gsubr.go cmd/5g etc: tweak import blocks 2015-03-05 02:02:34 +00:00
opt.go cmd/5l etc: restore comments lost during C -> Go conversion 2015-03-05 21:49:39 +00:00
peep.go cmd/5g etc: tweak import blocks 2015-03-05 02:02:34 +00:00
prog.go cmd/5g etc: tweak import blocks 2015-03-05 02:02:34 +00:00
reg.go cmd/5l etc: restore comments lost during C -> Go conversion 2015-03-05 21:49:39 +00:00
util.go [dev.cc] cmd/6a, cmd/6g etc: replace C implementations with Go implementations 2015-02-23 19:56:40 +00:00