1
0
mirror of https://github.com/golang/go synced 2024-11-12 09:00:22 -07:00

sametype message

SVN=125216
This commit is contained in:
Ken Thompson 2008-06-27 16:43:02 -07:00
parent 73f85f8a53
commit 102fcc6689

View File

@ -423,7 +423,7 @@ importaddtyp(Node *ss, Type *t)
addtyp(newtype(s), t, PEXTERN);
return;
}
print("sametype %S %lT => %lT\n", s, s->otype, t);
// print("sametype %S %lT => %lT\n", s, s->otype, t);
}
/*