]> granicus.if.org Git - gc/commit
Fix visibility of GC_clear/set_mark_bit (unhide symbols)
authorIvan Maidanski <ivmai@mail.ru>
Sat, 2 Jun 2012 07:13:19 +0000 (11:13 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sat, 2 Jun 2012 07:13:19 +0000 (11:13 +0400)
commit5563e13d2b1b5c063bdabe720303d8068a07dcae
treedb06eabb8353a54bdbb53e9f89b3416dfeb7c14d
parentf055ed20942e8ab3a9d101d6d77470d54ae968a0
Fix visibility of GC_clear/set_mark_bit (unhide symbols)

* include/private/gc_priv.h (GC_clear_mark_bit, GC_set_mark_bit):
Declare as GC_API_PRIV (instead of GC_INNER) to make the symbol
externally visible to 3rd-party software (e.g., ECL).
* mark.c (GC_set_mark_bit, GC_clear_mark_bit): Remove GC_INNER (to
match the declaration).
include/private/gc_priv.h
mark.c