]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj: shuffle link.go to put declarations in original order
authorRuss Cox <rsc@golang.org>
Mon, 16 Mar 2015 19:31:32 +0000 (15:31 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 20 Mar 2015 00:03:06 +0000 (00:03 +0000)
commitfc28fd1eb8aa562e35174c2d5c1a6c20031ac546
treea6177abc3a452ec4c6c79a2400338dfde1acd280
parent8b9a3d475247352b1877f2610caf8116ec43a164
cmd/internal/obj: shuffle link.go to put declarations in original order

I think the file ended up in the order of the typedefs instead of the
order of the actual struct definitions. You can see where some of
the declarations were because some of the comments didn't move.
Put things back in the original order.

Change-Id: I0e3703008278b084b632c917cfb73bc81bdd4f23
Reviewed-on: https://go-review.googlesource.com/7743
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/internal/obj/link.go