mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
* eval.h: Added prototypes for multi language support functions.
This commit is contained in:
parent
4725c2983f
commit
294b1b2e3e
1 changed files with 8 additions and 0 deletions
|
@ -179,6 +179,14 @@ extern SCM scm_m_letrec SCM_P ((SCM xorig, SCM env));
|
|||
extern SCM scm_m_let SCM_P ((SCM xorig, SCM env));
|
||||
extern SCM scm_m_apply SCM_P ((SCM xorig, SCM env));
|
||||
extern SCM scm_m_cont SCM_P ((SCM xorig, SCM env));
|
||||
extern SCM scm_m_nil_cond (SCM xorig, SCM env);
|
||||
extern SCM scm_m_nil_ify (SCM xorig, SCM env);
|
||||
extern SCM scm_m_t_ify (SCM xorig, SCM env);
|
||||
extern SCM scm_m_0_cond (SCM xorig, SCM env);
|
||||
extern SCM scm_m_0_ify (SCM xorig, SCM env);
|
||||
extern SCM scm_m_1_ify (SCM xorig, SCM env);
|
||||
extern SCM scm_m_atfop (SCM xorig, SCM env);
|
||||
extern SCM scm_m_atbind (SCM xorig, SCM env);
|
||||
extern int scm_badargsp SCM_P ((SCM formals, SCM args));
|
||||
extern SCM scm_ceval SCM_P ((SCM x, SCM env));
|
||||
extern SCM scm_deval SCM_P ((SCM x, SCM env));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue