mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* eval.c: Fixed comment to unmemocopy.
This commit is contained in:
parent
c773377128
commit
220ff1eb2f
1 changed files with 3 additions and 3 deletions
|
@ -915,11 +915,11 @@ scm_m_cont (xorig, env)
|
||||||
* environment and rewrites it to its original form. Thus, it is the
|
* environment and rewrites it to its original form. Thus, it is the
|
||||||
* inversion of the rewrite rules above. The procedure is not
|
* inversion of the rewrite rules above. The procedure is not
|
||||||
* optimized for speed. It's used in scm_iprin1 when printing the
|
* 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
|
* code of a closure, in scm_procedure_source, in display_frame when
|
||||||
* when generating the source for a stackframe.
|
* generating the source for a stackframe in a backtrace, and in
|
||||||
|
* display_expression.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
static SCM unmemocopy SCM_P ((SCM x, SCM env));
|
static SCM unmemocopy SCM_P ((SCM x, SCM env));
|
||||||
|
|
||||||
static SCM
|
static SCM
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue