creation of unique (\new) contexts into interpreting phase. This
makes
scm_gc_unprotect_object (key_->self_scm ());
}
+/*
+ TODO: this shares code with find_create_context().
+ */
Context*
Context::create_unique_context (SCM n, SCM operations)
{
SCM ops = (i == path.size () -1) ? operations : SCM_EOL;
current = current->create_context (path[i],
- "",
+ "\\new",
ops);
}