]> Cypherpunks repositories - gostls13.git/commitdiff
8l/prof.c: #if 0 is not accepted by the Plan 9 native toolchain.
authorLucio De Re <lucio.dere@gmail.com>
Thu, 21 Apr 2011 21:03:58 +0000 (17:03 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 21 Apr 2011 21:03:58 +0000 (17:03 -0400)
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

src/cmd/8l/prof.c

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