1
0
mirror of https://github.com/golang/go synced 2024-09-24 21:10:12 -06: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
doprof1(void)
{
#if 0 // TODO(rsc)
#ifdef NOTDEF // TODO(rsc)
Sym *s;
int32 n;
Prog *p, *q;