Home
last modified time | relevance | path

Searched defs:SCM_VTABLE_FLAG_VTABLE (Results 1 – 2 of 2) sorted by relevance

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dstruct.h107 #define SCM_VTABLE_FLAG_VTABLE (1L << 1) /* instances of this vtable are themselves vtables? */ macro
/dports/lang/guile/guile-3.0.7/libguile/
H A Dstruct.h93 #define SCM_VTABLE_FLAG_VTABLE (1L << 1) /* instances of this vtable are themselves vtables? */ macro