From: Russ Cox Date: Thu, 16 Sep 2010 19:50:46 +0000 (-0400) Subject: gc: spell debug['u'] correctly X-Git-Tag: weekly.2010-09-22~53 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d19fcd078496c3824295a73a911dd868737a9ff6;p=gostls13.git gc: spell debug['u'] correctly R=ken2 CC=golang-dev https://golang.org/cl/2214042 --- diff --git a/src/cmd/gc/lex.c b/src/cmd/gc/lex.c index a01da962c6..5d4230041c 100644 --- a/src/cmd/gc/lex.c +++ b/src/cmd/gc/lex.c @@ -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,