From: Ken Thompson Date: Fri, 27 Jun 2008 23:43:02 +0000 (-0700) Subject: sametype message X-Git-Tag: weekly.2009-11-06~3597 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=102fcc668950d412431eae1645b02cb667dd372b;p=gostls13.git sametype message SVN=125216 --- diff --git a/src/cmd/gc/export.c b/src/cmd/gc/export.c index 8dcf12170f..3d81b6bb95 100644 --- a/src/cmd/gc/export.c +++ b/src/cmd/gc/export.c @@ -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); } /*