]> Cypherpunks repositories - gostls13.git/commit
ifaceop was being called with integers
authorRuss Cox <rsc@golang.org>
Wed, 20 May 2009 22:09:50 +0000 (15:09 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 20 May 2009 22:09:50 +0000 (15:09 -0700)
commita39bae095ae836102c96cbfa0adc2745c6fbbbf6
treeee53c67c25da41ca75316e55ff015462f0cc9567
parent2da5022bcf578545207ecc0ed0a8c7669e7f708f
ifaceop was being called with integers
that came from two different enums.
spilt into ifacecvt and ifaceop depending
on which enum the argument is.

R=ken
OCL=29122
CL=29122
src/cmd/gc/go.h
src/cmd/gc/walk.c