mirror of
https://github.com/golang/go
synced 2024-11-18 21:05:02 -07:00
package name on signatures thru rename
R=r OCL=15314 CL=15314
This commit is contained in:
parent
1ae08bee90
commit
b9cee1b6c1
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user