Fix 'anonymous type with no linkage used to declare variable' in GC source
authorIvan Maidanski <ivmai@mail.ru>
Tue, 20 Feb 2018 20:03:29 +0000 (23:03 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 20 Feb 2018 20:03:29 +0000 (23:03 +0300)
commitcbe7f47df136246842c7e8e09d214d56507af878
treec51a3239ec0c7db41886bf04b4d590d1475fa358
parentd1fb0c1b68af0e10479c071bdb24b3e2bfb739ed
Fix 'anonymous type with no linkage used to declare variable' in GC source

Issue #206 (bdwgc).

* dyn_load.c [DARWIN] (GC_dyld_sections): Provide some name to struct.
* finalize.c (GC_fnlz_roots): Likewise.
* os_dep.c [MPROTECT_VDB && DARWIN] (GC_ports,
GC_mprotect_thread_notify, GC_mprotect_thread): Likewise.
dyn_load.c
finalize.c
os_dep.c