1
0
mirror of https://github.com/golang/go synced 2024-11-22 02:04:40 -07:00

gc: spell debug['u'] correctly

R=ken2
CC=golang-dev
https://golang.org/cl/2214042
This commit is contained in:
Russ Cox 2010-09-16 15:50:46 -04:00
parent 555f5b6b24
commit d19fcd0784

View File

@ -356,7 +356,7 @@ findpkg(Strlit *name)
char *q;
if(islocalname(name)) {
if(debug['u'])
if(safemode)
return 0;
// try .a before .6. important for building libraries:
// if there is an array.6 in the array.a library,