cmd/internal/obj: remove use of "iota - X"
This was inserted by c2go to turn each enum { ... } into one const ( ... ) block, but it is fragile and was never intended as a long-term thing. Change-Id: I8de8e0984b130456da70e4d59891276dfef7ac27 Reviewed-on: https://go-review.googlesource.com/6932Reviewed-by: Rob Pike <r@golang.org>
Showing
Please register or sign in to comment