]> Cypherpunks repositories - gostls13.git/commit
runtime: rename ptrsize to ptrdata
authorRuss Cox <rsc@golang.org>
Tue, 5 May 2015 01:43:30 +0000 (21:43 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 5 May 2015 19:27:47 +0000 (19:27 +0000)
commitceefebd7952e7a65ec1da82caf13c101debc369d
tree9bf2855cfbf194b832d595890a48d118c8e04b00
parent92715d7780e1a7801c2d35069bc8bd86426429c4
runtime: rename ptrsize to ptrdata

I forgot there is already a ptrSize constant.
Rename field to avoid some confusion.

Change-Id: I098fdcc8afc947d6c02c41c6e6de24624cc1c8ff
Reviewed-on: https://go-review.googlesource.com/9700
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/internal/gc/reflect.go
src/reflect/type.go
src/runtime/type.go