]> Cypherpunks repositories - gostls13.git/commit
gc: delete old unsafe functions
authorRuss Cox <rsc@golang.org>
Mon, 13 Feb 2012 20:37:35 +0000 (15:37 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 13 Feb 2012 20:37:35 +0000 (15:37 -0500)
commit1f2445d27bfca7d44f90ed9a6dbb799289bdf548
tree01fd9d459fea6470d12a16ca7f6a8173c3fccdd1
parent0a2ffb26385104613ed29bf80da56053566cdb21
gc: delete old unsafe functions

Also update build to be able to run mkbuiltin again.
The export form has changed a little, so builtin.c has
more diffs than unsafe.go.

In CL 5650069, I just edited the documentation, a rarely
successful method of change.

R=ken2
CC=golang-dev
https://golang.org/cl/5662043
src/cmd/dist/build.c
src/cmd/gc/builtin.c
src/cmd/gc/mkbuiltin
src/cmd/gc/mkbuiltin1.c
src/cmd/gc/unsafe.go