sametype message

SVN=125216
This commit is contained in:
Ken Thompson 2008-06-27 16:43:02 -07:00
parent 73f85f8a53
commit 102fcc6689
1 changed files with 1 additions and 1 deletions

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);
}
/*