Home
last modified time | relevance | path

Searched refs:SCM_GC_CELL_SET_BIT (Results 1 – 1 of 1) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dgc.h129 #define SCM_GC_CELL_SET_BIT(x) SCM_C_BVEC_SET (SCM_GC_CELL_BVEC (x), SCM_GC_CELL_OFFSET (x)) macro
158 #define SCM_SET_GC_MARK(x) SCM_GC_CELL_SET_BIT (x)