SCM_COMPILE_NOSOURCE  582 src/gauche/vm.h     SCM_COMPILE_NOSOURCE = (1L<<3),        /* Do not insert source info */
SCM_COMPILE_NOSOURCE 1765 src/intlib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(intlib_SCM_COMPILE_NOSOURCE__VAR)), SCM_OBJ(Scm_MakeInteger(SCM_COMPILE_NOSOURCE)));
SCM_COMPILE_NOSOURCE  127 src/main.c             SCM_VM_COMPILER_FLAG_SET(vm, SCM_COMPILE_NOSOURCE);