commit | ed139c1e372d5b02e6a4f05edbbf08894082b359 | [log] [tgz] |
---|---|---|
author | Ken Thompson <ken@golang.org> | Thu Oct 02 20:51:10 2008 -0700 |
committer | Ken Thompson <ken@golang.org> | Thu Oct 02 20:51:10 2008 -0700 |
tree | 61ed72086a7050110d9faccb5f1381e89a9d693b | |
parent | 53a22770a79e30d4e1275f2f724b731c929688ed [diff] [blame] |
more on arbitrary receiver types this CL passes the tests, but should be considered unstable R=r OCL=16390 CL=16390
diff --git a/src/cmd/gc/go.h b/src/cmd/gc/go.h index d38c8cb..28a2a62 100644 --- a/src/cmd/gc/go.h +++ b/src/cmd/gc/go.h
@@ -571,7 +571,7 @@ int isptrarray(Type*); int isptrdarray(Type*); int isinter(Type*); -int ismethod(Type*); +Type* ismethod(Type*); Sym* signame(Type*); int bytearraysz(Type*); int eqtype(Type*, Type*, int);