]> Cypherpunks repositories - gostls13.git/commitdiff
sametype message
authorKen Thompson <ken@golang.org>
Fri, 27 Jun 2008 23:43:02 +0000 (16:43 -0700)
committerKen Thompson <ken@golang.org>
Fri, 27 Jun 2008 23:43:02 +0000 (16:43 -0700)
SVN=125216

src/cmd/gc/export.c

index 8dcf12170fc984bc2c584dad5447318a44c6e1ce..3d81b6bb958ef582bc80e1c2debd3cd539b4cd5b 100644 (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);
 }
 
 /*