summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>1997-03-10 14:18:47 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>1997-03-10 14:18:47 +0000
commit220ff1eb2f55c9cf0d8530841dae17d85d573fbf (patch)
tree08cac344bad0fa45d5d00264a24f3deb017ad7b6
parentc773377128287dcd5c6804fc307d84bbf6cd3673 (diff)
downloadguile-220ff1eb2f55c9cf0d8530841dae17d85d573fbf.tar.gz
* eval.c: Fixed comment to unmemocopy.
-rw-r--r--libguile/eval.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libguile/eval.c b/libguile/eval.c
index 0eb4b55dc..01db2c47c 100644
--- a/libguile/eval.c
+++ b/libguile/eval.c
@@ -915,11 +915,11 @@ scm_m_cont (xorig, env)
* environment and rewrites it to its original form. Thus, it is the
* inversion of the rewrite rules above. The procedure is not
* optimized for speed. It's used in scm_iprin1 when printing the
- * code of a closure, in scm_procedure_source and in scm_expr_stack
- * when generating the source for a stackframe.
+ * code of a closure, in scm_procedure_source, in display_frame when
+ * generating the source for a stackframe in a backtrace, and in
+ * display_expression.
*/
-
static SCM unmemocopy SCM_P ((SCM x, SCM env));
static SCM