]> Cypherpunks repositories - gostls13.git/commitdiff
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)
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

index 5efbfaf83dd8980ff8a82539fc0d7e674ac75b4e..f84b791386888f36c644e6a0dc43c59bb813136b 100644 (file)
@@ -53,6 +53,9 @@ const (
        kindFloat
        kindFloat32
        kindFloat64
+       kindComplex
+       kindComplex64
+       kindComplex128
        kindArray
        kindChan
        kindFunc