mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* eval.h: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined. i.e. change #ifdef to #if, etc.
This commit is contained in:
parent
2272114093
commit
5e5f51c37d
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ SCM_API SCM scm_m_letrec (SCM xorig, SCM env);
|
|||
SCM_API SCM scm_m_let (SCM xorig, SCM env);
|
||||
SCM_API SCM scm_m_apply (SCM xorig, SCM env);
|
||||
SCM_API SCM scm_m_cont (SCM xorig, SCM env);
|
||||
#ifdef SCM_ENABLE_ELISP
|
||||
#if SCM_ENABLE_ELISP
|
||||
SCM_API SCM scm_m_nil_cond (SCM xorig, SCM env);
|
||||
SCM_API SCM scm_m_atfop (SCM xorig, SCM env);
|
||||
#endif /* SCM_ENABLE_ELISP */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue