diff options
author | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2002-01-10 21:11:22 +0000 |
---|---|---|
committer | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2002-01-10 21:11:22 +0000 |
commit | 2493378052debba95dee60ac67a63df1707d40c5 (patch) | |
tree | 49e6eb3378f8a7181be1bbb0601e4e81503c73ee /libguile/eval.h | |
parent | f9450cdb14ae46e38b353c04ea549ede068e26f0 (diff) | |
download | guile-2493378052debba95dee60ac67a63df1707d40c5.tar.gz |
* eval.[ch] (scm_deval_args): Made static.
* srcprop.c (scm_source_property): Remove redundant SCM_IMP
test.
* strings.c (scm_c_string2str): Clarified comment. Replaced
THINKME by FIXME for uniformness. Removed question about whether
arguments need to be protected from garbage collection: Arguments
must be protected as any other variable.
Diffstat (limited to 'libguile/eval.h')
-rw-r--r-- | libguile/eval.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/eval.h b/libguile/eval.h index 84705668d..27f3860db 100644 --- a/libguile/eval.h +++ b/libguile/eval.h @@ -184,7 +184,6 @@ SCM_API SCM scm_unmemocopy (SCM form, SCM env); SCM_API SCM scm_eval_car (SCM pair, SCM env); SCM_API SCM scm_eval_body (SCM code, SCM env); SCM_API SCM scm_eval_args (SCM i, SCM env, SCM proc); -SCM_API SCM scm_deval_args (SCM l, SCM env, SCM proc, SCM *lloc); SCM_API SCM scm_m_quote (SCM xorig, SCM env); SCM_API SCM scm_m_begin (SCM xorig, SCM env); SCM_API SCM scm_m_if (SCM xorig, SCM env); |