mirror of https://github.com/golang/go.git
parent
adaec0c4f4
commit
4332e0a546
|
|
@ -1243,7 +1243,7 @@ signame(Type *t)
|
|||
|
||||
loop:
|
||||
if(t == T) {
|
||||
print("signame: nil type\n");
|
||||
// print("signame: nil type\n");
|
||||
goto bad;
|
||||
}
|
||||
|
||||
|
|
@ -1264,7 +1264,7 @@ loop:
|
|||
|
||||
s = t->sym;
|
||||
if(s == S) {
|
||||
print("signame: no type name\n");
|
||||
// print("signame: no type name\n");
|
||||
goto bad;
|
||||
}
|
||||
if(s->name[0] == '_') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue