diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2015-10-29 17:14:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2015-10-29 17:14:51 +0000 |
commit | 730f6d14253f7c8f44eff8c03beb5984e2f4c6cf (patch) | |
tree | 51c7bcf037fe05935e1479b498e56d84212089b1 /gcc/fortran/decl.c | |
parent | 285b1f01acaf962e7a668aed7bab4d609a19fc3b (diff) | |
download | gcc-730f6d14253f7c8f44eff8c03beb5984e2f4c6cf.zip gcc-730f6d14253f7c8f44eff8c03beb5984e2f4c6cf.tar.gz gcc-730f6d14253f7c8f44eff8c03beb5984e2f4c6cf.tar.bz2 |
compiler, runtime: change type hash/equal to Go funcs
Change the type descriptor hash and equal functions from C code pointers
to Go func values. This permits them to be set to a Go function
closure. This is in preparation for the Go 1.5, so that we can use a
closure for the hash/equal functions returned by the new reflect.ArrayOf
function.
Reviewed-on: https://go-review.googlesource.com/16485
From-SVN: r229541
Diffstat (limited to 'gcc/fortran/decl.c')
0 files changed, 0 insertions, 0 deletions