Commit e3609ca6 authored by Ian Lance Taylor's avatar Ian Lance Taylor

cmd/gc: fix comment about how GOEXPERIMENT works

LGTM=minux.ma
R=golang-codereviews, minux.ma
CC=golang-codereviews
https://golang.org/cl/76270043
parent f0433e42
......@@ -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]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment