1
0
mirror of https://github.com/golang/go synced 2024-11-22 06:34:40 -07:00

8l/prof.c: #if 0 is not accepted by the Plan 9 native toolchain.

The solution may be a bit of a sledgehammer, but it looks like
a temporary situation anyway.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4400042
This commit is contained in:
Lucio De Re 2011-04-21 17:03:58 -04:00 committed by Russ Cox
parent 10d1680efb
commit f367c13c79

View File

@ -36,7 +36,7 @@
void void
doprof1(void) doprof1(void)
{ {
#if 0 // TODO(rsc) #ifdef NOTDEF // TODO(rsc)
Sym *s; Sym *s;
int32 n; int32 n;
Prog *p, *q; Prog *p, *q;