From: Lucio De Re Date: Thu, 21 Apr 2011 21:03:58 +0000 (-0400) Subject: 8l/prof.c: #if 0 is not accepted by the Plan 9 native toolchain. X-Git-Tag: weekly.2011-04-27~73 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f367c13c79c229743d4954ca9c86ac90cea4c078;p=gostls13.git 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 --- diff --git a/src/cmd/8l/prof.c b/src/cmd/8l/prof.c index 4e95fad793..d99c5e4084 100644 --- a/src/cmd/8l/prof.c +++ b/src/cmd/8l/prof.c @@ -36,7 +36,7 @@ void doprof1(void) { -#if 0 // TODO(rsc) +#ifdef NOTDEF // TODO(rsc) Sym *s; int32 n; Prog *p, *q;