1
0
mirror of https://github.com/golang/go synced 2024-11-24 21:10:04 -07:00

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
This commit is contained in:
Ian Lance Taylor 2010-08-26 08:08:57 -07:00
parent 2585888118
commit bbaef5f4dc

View File

@ -53,6 +53,9 @@ const (
kindFloat
kindFloat32
kindFloat64
kindComplex
kindComplex64
kindComplex128
kindArray
kindChan
kindFunc