Commit d19fcd07 authored by Russ Cox's avatar Russ Cox

gc: spell debug['u'] correctly

R=ken2
CC=golang-dev
https://golang.org/cl/2214042
parent 555f5b6b
......@@ -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,
......
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