Home
last modified time | relevance | path

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

/dports/lang/gauche/Gauche-0.9.10/src/
H A Dvector.c100 SCM_CLASS_AGGREGATE);
242 SCM_CLASS_AGGREGATE);
844 SCM_CLASS_AGGREGATE);
H A Dwrite.c694 } else if (Scm_ClassOf(obj)->flags & SCM_CLASS_AGGREGATE) { in write_rec()
741 if (Scm_ClassOf(v)->flags & SCM_CLASS_AGGREGATE) { in write_rec()
H A Dgauche.h871 SCM_CLASS_AGGREGATE = 0x10 enumerator
/dports/lang/gauche/Gauche-0.9.10/
H A DChangeLog4680 * src/gauche.h: Add a new flag SCM_CLASS_AGGREGATE to ScmClass,
4684 * src/vector.c: Make vectors and uniform vectros SCM_CLASS_AGGREGATE.