]> Cypherpunks repositories - gostls13.git/commit
ANY is already checked separately,
authorRuss Cox <rsc@golang.org>
Wed, 8 Jul 2009 23:39:19 +0000 (16:39 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 8 Jul 2009 23:39:19 +0000 (16:39 -0700)
commit903d28bd1e5b27dcbd68575d5952ffcbe8605296
tree4a503159ec6c7f63e0e50e5ec139d88e4dd0ebc2
parent5ddaf9a098b3f562598502d28f730dd13b70c4bc
ANY is already checked separately,
so remove code from go.y.

show original types in badtype; don't remove pointers.
not sure why this was here but it confuses things
if the bad part involves two named pointer types
with different names but the same pointed-at type.

R=ken
OCL=31369
CL=31369
src/cmd/gc/go.y
src/cmd/gc/subr.c