Home
last modified time | relevance | path

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

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dstruct.h109 #define SCM_VTABLE_FLAG_APPLICABLE (1L << 3) /* instances of this vtable are applicable? */ macro
/dports/lang/guile/guile-3.0.7/libguile/
H A Dstruct.h95 #define SCM_VTABLE_FLAG_APPLICABLE (1L << 3) /* instances of this vtable are applicable? */ macro