From: Ian Lance Taylor Date: Thu, 26 Aug 2010 15:08:57 +0000 (-0700) Subject: runtime: Correct commonType.kind values to match compiler. X-Git-Tag: weekly.2010-09-06~82 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bbaef5f4dc38b8c8cfddd880dbf43afa4c5b771f;p=gostls13.git 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 --- diff --git a/src/pkg/runtime/type.go b/src/pkg/runtime/type.go index 5efbfaf83d..f84b791386 100644 --- a/src/pkg/runtime/type.go +++ b/src/pkg/runtime/type.go @@ -53,6 +53,9 @@ const ( kindFloat kindFloat32 kindFloat64 + kindComplex + kindComplex64 + kindComplex128 kindArray kindChan kindFunc