mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 07:30:32 +02:00
* __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h,
fdsocket.c, feature.c, mbstrings.c, mbstrings.h, numbers.c, numbers.h, print.c, scmhob.h, simpos.h, symbols.c, symbols.h, tags.h, throw.c, variable.h: Name cleanup. Lots of xxxSCM_yyy removed. (These were introduced by unsupervised name substitution.)
This commit is contained in:
parent
1a80fb07a7
commit
e2806c1000
11 changed files with 60 additions and 60 deletions
|
@ -278,7 +278,7 @@ scm_procedure_source (proc)
|
|||
src = SCM_CODE (proc);
|
||||
return scm_cons (scm_i_lambda,
|
||||
scm_unmemocopy (src,
|
||||
SCM_EXTEND_SCM_ENV (SCM_CAR (src),
|
||||
SCM_EXTEND_ENV (SCM_CAR (src),
|
||||
SCM_EOL,
|
||||
SCM_ENV (proc))));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue