mirror of
https://github.com/golang/go
synced 2024-11-21 18:24:46 -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:
parent
10d1680efb
commit
f367c13c79
@ -36,7 +36,7 @@
|
||||
void
|
||||
doprof1(void)
|
||||
{
|
||||
#if 0 // TODO(rsc)
|
||||
#ifdef NOTDEF // TODO(rsc)
|
||||
Sym *s;
|
||||
int32 n;
|
||||
Prog *p, *q;
|
||||
|
Loading…
Reference in New Issue
Block a user