list_SCM_GLS      791 src/gauche.h           ScmObj list_SCM_GLS = (obj);                    \
list_SCM_GLS      793 src/gauche.h   	    (start) = (list_SCM_GLS);                   \
list_SCM_GLS      794 src/gauche.h               if (!SCM_NULLP(list_SCM_GLS)) {             \
list_SCM_GLS      795 src/gauche.h                   (last) = Scm_LastPair(list_SCM_GLS);    \
list_SCM_GLS      798 src/gauche.h   	    SCM_SET_CDR((last), (list_SCM_GLS));        \