Jack Howarth <howa...@bromo.med.uc.edu> writes: > where you have... > > void > __go_scanstacks (void (*scan) (unsigned char *, int64_t)) > > in gccgo/libgo/runtime/go-go.c but... > > void __go_scanstacks(void (*scan)(byte *, int64)); > > in gccgo/libgo/runtime/runtime.h.
Thanks. I don't know why this causes an error on Darwin but not on GNU/Linux, but I guess I don't care all that much. I just committed a patch which should fix the problem. Ian