]> Cypherpunks repositories - gostls13.git/commit
runtime: rename cgo2c, *.cgo to goc2c, *.goc
authorRuss Cox <rsc@golang.org>
Wed, 21 Apr 2010 00:03:25 +0000 (17:03 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 21 Apr 2010 00:03:25 +0000 (17:03 -0700)
commit20c50cf0f824141a998280c8e0ad6949a35e3a86
treecc5c980ce14f3eb9250f38f619540d3d8aa481d7
parent7295b61cdb6cd020783b85b1da32abb554933371
runtime: rename cgo2c, *.cgo to goc2c, *.goc
to avoid confusion with real cgo

R=r
CC=golang-dev
https://golang.org/cl/904046
src/pkg/runtime/Makefile
src/pkg/runtime/goc2c.c [moved from src/pkg/runtime/cgo2c.c with 100% similarity]
src/pkg/runtime/malloc.goc [moved from src/pkg/runtime/malloc.cgo with 100% similarity]
src/pkg/runtime/mingw/syscall.goc [moved from src/pkg/runtime/mingw/syscall.cgo with 100% similarity]
src/pkg/runtime/mprof.goc [moved from src/pkg/runtime/mprof.cgo with 100% similarity]
src/pkg/runtime/reflect.goc [moved from src/pkg/runtime/reflect.cgo with 100% similarity]
src/pkg/runtime/runtime1.goc [moved from src/pkg/runtime/runtime1.cgo with 100% similarity]
src/pkg/runtime/sema.goc [moved from src/pkg/runtime/sema.cgo with 100% similarity]
src/pkg/runtime/sigqueue.goc [moved from src/pkg/runtime/sigqueue.cgo with 100% similarity]
src/pkg/runtime/string.goc [moved from src/pkg/runtime/string.cgo with 100% similarity]