1
0
mirror of https://github.com/golang/go synced 2024-10-01 03:38:32 -06:00

package name on signatures thru rename

R=r
OCL=15314
CL=15314
This commit is contained in:
Ken Thompson 2008-09-13 14:51:39 -07:00
parent 1ae08bee90
commit b9cee1b6c1

View File

@ -329,7 +329,7 @@ loop:
s->local = 2;
snprint(namebuf, sizeof(namebuf), "%s_%s", e, s->name);
s = pkglookup(namebuf, s->package);
s = pkglookup(namebuf, s->opackage);
return s;
}