tree              570 src/macro.c        ScmObj tree = mvec[count].root;
tree              573 src/macro.c                if (!SCM_PAIRP(tree)) {
tree              577 src/macro.c                tree = SCM_CDR(tree);
tree              579 src/macro.c            if (!SCM_PAIRP(tree)) {
tree              583 src/macro.c            tree = SCM_CAR(tree);
tree              585 src/macro.c        return tree;