Searched defs:SCM_VALIDATE_INSTANCE (Results 1 – 3 of 3) sorted by relevance
/dports/lang/guile/guile-3.0.7/libguile/ |
H A D | goops.h | 77 #define SCM_VALIDATE_INSTANCE(pos, x) SCM_MAKE_VALIDATE_MSG (pos, x, INSTANCEP, "instance") macro
|
/dports/lang/guile2/guile-2.2.7/libguile/ |
H A D | goops.h | 67 #define SCM_VALIDATE_INSTANCE(pos, x) SCM_MAKE_VALIDATE_MSG (pos, x, INSTANCEP, "instance") macro
|
/dports/lang/guile1/guile-1.8.8/libguile/ |
H A D | goops.h | 108 #define SCM_VALIDATE_INSTANCE(pos, x) SCM_MAKE_VALIDATE_MSG (pos, x, INSTANCEP, "instance") macro
|