]> Cypherpunks repositories - gostls13.git/commit
runtime: move type kinds into a separate file
authorJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Wed, 6 Jun 2012 21:20:02 +0000 (17:20 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 6 Jun 2012 21:20:02 +0000 (17:20 -0400)
commitede6718cd78853d409b8a7dccf8e7f4cedb6dd51
treefcb65bf426fdb0041658cdafe8216a206307692e
parentc8cbbd31f0ddfccb26a62d1c13696fce3b53e52c
runtime: move type kinds into a separate file

R=rsc
CC=golang-dev
https://golang.org/cl/6285047
src/pkg/runtime/iface.c
src/pkg/runtime/malloc.goc
src/pkg/runtime/slice.c
src/pkg/runtime/type.h
src/pkg/runtime/typekind.h [new file with mode: 0644]