Commit fd47cb9a authored by Rob Pike's avatar Rob Pike

conflicting scopes should cause error exit

TBR=rsc
OCL=19297
CL=19297
parent d3f60939
......@@ -1519,6 +1519,7 @@ loadpkgdata(char *data, int len)
fprint(2, "ar: conflicting scopes for %s\n", name);
fprint(2, "%s:\t%s\n", x->file, x->export);
fprint(2, "%s:\t%s\n", file, export);
errors++;
}
}
}
......
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