]> Cypherpunks repositories - gostls13.git/commit
gc: fix mkbuiltin for Plan 9 build
authorLucio De Re <lucio.dere@gmail.com>
Mon, 25 Jul 2011 17:45:37 +0000 (13:45 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 25 Jul 2011 17:45:37 +0000 (13:45 -0400)
commit12995e2d359e699693d0c56d2e5ed1fab3c7c479
tree3afb93401c8cc8a70d4c24f671fce9dd265efdbc
parentee14fbdf340cd2c0647fd45f5208c593ef301bcb
gc: fix mkbuiltin for Plan 9 build

. Replaced Posix #includes with u.h and libc.h.
. Replaced fprintf(stderr,...); exit(1); with sysfatal() calls.

R=golang-dev
CC=golang-dev, rsc
https://golang.org/cl/4823047
src/cmd/gc/mkbuiltin1.c