mirror of
https://github.com/golang/go
synced 2024-11-22 01:54:42 -07:00
gc: spell debug['u'] correctly
R=ken2 CC=golang-dev https://golang.org/cl/2214042
This commit is contained in:
parent
555f5b6b24
commit
d19fcd0784
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user