typ              2252 src/gauche.h   #define SCM_PROCEDURE_INIT(obj, req, opt, typ, inf)     \
typ              2255 src/gauche.h       SCM_PROCEDURE(obj)->type = typ,                     \
typ              2260 src/gauche.h   #define SCM__PROCEDURE_INITIALIZER(klass, req, opt, typ, inf, inl)  \
typ              2261 src/gauche.h       { { klass }, (req), (opt), (typ), FALSE, (inf), SCM_FALSE, (inl) }