]> Cypherpunks repositories - gostls13.git/commit
[dev.cc] runtime: convert header files to Go
authorRuss Cox <rsc@golang.org>
Tue, 11 Nov 2014 22:05:19 +0000 (17:05 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 11 Nov 2014 22:05:19 +0000 (17:05 -0500)
commitfee9e47559cac5ad31a36747627431742ac079d2
tree5f3758d6cee202dff0c0774783e4eaa0ef63e0fb
parent1e2d2f09470a2be58a98420b4cecae731b156ee8
[dev.cc] runtime: convert header files to Go

The conversion was done with an automated tool and then
modified only as necessary to make it compile and run.

[This CL is part of the removal of C code from package runtime.
See golang.org/s/dev.cc for an overview.]

LGTM=r
R=r, austin
CC=dvyukov, golang-codereviews, iant, khr
https://golang.org/cl/167550043
src/runtime/chan.h [deleted file]
src/runtime/chan1.go [new file with mode: 0644]
src/runtime/funcdata.h
src/runtime/runtime.h [deleted file]
src/runtime/runtime2.go [new file with mode: 0644]
src/runtime/type.go [new file with mode: 0644]
src/runtime/type.h [deleted file]
src/runtime/typekind.h
src/runtime/typekind1.go [new file with mode: 0644]