SCM_CLASS_SYNTACTIC_CLOSURE  109 src/compaux.c      SCM_SET_CLASS(s, SCM_CLASS_SYNTACTIC_CLOSURE);
SCM_CLASS_SYNTACTIC_CLOSURE  317 src/compaux.c      Scm_InitStaticClass(SCM_CLASS_SYNTACTIC_CLOSURE, "<syntactic-closure>", g,
SCM_CLASS_SYNTACTIC_CLOSURE  130 src/gauche/vm.h #define SCM_SYNTACTIC_CLOSURE_P(obj) SCM_XTYPEP(obj, SCM_CLASS_SYNTACTIC_CLOSURE)