Commit 102fcc66 authored by Ken Thompson's avatar Ken Thompson

sametype message

SVN=125216
parent 73f85f8a
...@@ -423,7 +423,7 @@ importaddtyp(Node *ss, Type *t) ...@@ -423,7 +423,7 @@ importaddtyp(Node *ss, Type *t)
addtyp(newtype(s), t, PEXTERN); addtyp(newtype(s), t, PEXTERN);
return; return;
} }
print("sametype %S %lT => %lT\n", s, s->otype, t); // print("sametype %S %lT => %lT\n", s, s->otype, t);
} }
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment