1
0
mirror of https://github.com/golang/go synced 2024-11-12 02:20:23 -07:00

conflicting scopes should cause error exit

TBR=rsc
OCL=19297
CL=19297
This commit is contained in:
Rob Pike 2008-11-14 17:28:11 -08:00
parent d3f6093931
commit fd47cb9af5

View File

@ -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++;
}
}
}