Export mark-bit manipulation functions.
authorPetter Urkedal <paurkedal@gmail.com>
Sun, 8 Jan 2012 09:30:42 +0000 (17:30 +0800)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 13 Jan 2012 16:00:08 +0000 (00:00 +0800)
commitd6836651e8424278d3112499ca7dd0bf4c808079
tree556391c45537bdb451e3d8d2932beeb67910dbea
parentf73c8b73fd930f5e68db8753ac5e748e52005077
Export mark-bit manipulation functions.

* include/private/gc_priv.h, include/gc_mark.h: Move GC_is_marked,
GC_clear_mark_bit and GC_set_mark_bit to a public header and adjust
prototypes and comment.
* mark.c: Adjust prototypes accordingly.
include/gc_mark.h
include/private/gc_priv.h
mark.c