mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
* modules.c, modules.h, eval.c, eval.h (scm_env_top_level,
scm_top_level_env, scm_system_module_env_p): Moved to modules.c. * eval.c, eval.h (scm_top_level_lookup_closure): Removed.
This commit is contained in:
parent
185905af69
commit
bedec8037a
1 changed files with 0 additions and 4 deletions
|
@ -194,10 +194,6 @@ extern SCM scm_force SCM_P ((SCM x));
|
||||||
extern SCM scm_promise_p SCM_P ((SCM x));
|
extern SCM scm_promise_p SCM_P ((SCM x));
|
||||||
extern SCM scm_copy_tree SCM_P ((SCM obj));
|
extern SCM scm_copy_tree SCM_P ((SCM obj));
|
||||||
extern SCM scm_eval_3 SCM_P ((SCM obj, int copyp, SCM env));
|
extern SCM scm_eval_3 SCM_P ((SCM obj, int copyp, SCM env));
|
||||||
extern SCM scm_env_top_level SCM_P ((SCM env));
|
|
||||||
extern SCM scm_top_level_env SCM_P ((SCM thunk));
|
|
||||||
extern SCM scm_top_level_lookup_closure SCM_P ((SCM env));
|
|
||||||
extern SCM scm_system_module_env_p SCM_P ((SCM env));
|
|
||||||
extern SCM scm_eval2 SCM_P ((SCM obj, SCM env_thunk));
|
extern SCM scm_eval2 SCM_P ((SCM obj, SCM env_thunk));
|
||||||
extern SCM scm_eval SCM_P ((SCM obj));
|
extern SCM scm_eval SCM_P ((SCM obj));
|
||||||
extern SCM scm_eval_x SCM_P ((SCM obj));
|
extern SCM scm_eval_x SCM_P ((SCM obj));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue