ScmEscapePointRec  218 src/gauche/vm.h typedef struct ScmEscapePointRec {
ScmEscapePointRec  219 src/gauche/vm.h     struct ScmEscapePointRec *prev;
ScmEscapePointRec  220 src/gauche/vm.h     struct ScmEscapePointRec *floating;