mirror of https://github.com/golang/go.git
cmd/gc: fix comment about how GOEXPERIMENT works
LGTM=minux.ma R=golang-codereviews, minux.ma CC=golang-codereviews https://golang.org/cl/76270043
This commit is contained in:
parent
f0433e422b
commit
e3609ca672
|
|
@ -80,7 +80,7 @@ setexp(void)
|
|||
|
||||
precisestack_enabled = 1; // on by default
|
||||
|
||||
// The makefile #defines GOEXPERIMENT for us.
|
||||
// cmd/dist #defines GOEXPERIMENT for us.
|
||||
nf = getfields(GOEXPERIMENT, f, nelem(f), 1, ",");
|
||||
for(i=0; i<nf; i++)
|
||||
addexp(f[i]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue