SCM_PVREF_TAG      89 src/gauche/macro.h #define SCM_PVREF_P(obj)           ((SCM_WORD(obj)&0x0f) == SCM_PVREF_TAG)
SCM_PVREF_TAG      94 src/gauche/macro.h     SCM_OBJ((SCM_WORD(level)<<24) | (SCM_WORD(count)<<16) | SCM_PVREF_TAG)