inf              2252 src/gauche.h   #define SCM_PROCEDURE_INIT(obj, req, opt, typ, inf)     \
inf              2256 src/gauche.h       SCM_PROCEDURE(obj)->info = inf,                     \
inf              2260 src/gauche.h   #define SCM__PROCEDURE_INITIALIZER(klass, req, opt, typ, inf, inl)  \
inf              2261 src/gauche.h       { { klass }, (req), (opt), (typ), FALSE, (inf), SCM_FALSE, (inl) }
inf              2289 src/gauche.h   #define SCM_DEFINE_SUBR(cvar, req, opt, inf, func, inliner, data)           \
inf              2292 src/gauche.h                                      req, opt, SCM_PROC_SUBR, inf, inliner),  \