]> Cypherpunks repositories - gostls13.git/commit
runtime: Correct commonType.kind values to match compiler.
authorIan Lance Taylor <iant@golang.org>
Thu, 26 Aug 2010 15:08:57 +0000 (08:08 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 26 Aug 2010 15:08:57 +0000 (08:08 -0700)
commitbbaef5f4dc38b8c8cfddd880dbf43afa4c5b771f
tree7c665a53d71ae4408bb760c5ca9ec26ab10f391c
parent258588811863dfc081dc99b2bb83f33a100af37d
runtime: Correct commonType.kind values to match compiler.

The copy of these values in the reflect package is already
correct.

R=rsc
CC=golang-dev
https://golang.org/cl/2009044
src/pkg/runtime/type.go