mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* eval.c (scm_definedp): Incompatibly changed to be a builtin
Scheme function, instead of syntax. Single argument is now a symbol.
This commit is contained in:
parent
ee33f8faed
commit
2c330db22c
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ extern SCM scm_eval2 SCM_P ((SCM obj, SCM env_thunk));
|
|||
extern SCM scm_eval SCM_P ((SCM obj));
|
||||
extern SCM scm_eval_x SCM_P ((SCM obj));
|
||||
extern SCM scm_macro_eval_x SCM_P ((SCM exp, SCM env));
|
||||
extern SCM scm_definedp SCM_P ((SCM x, SCM env));
|
||||
extern SCM scm_definedp SCM_P ((SCM sym));
|
||||
extern SCM scm_make_synt SCM_P ((char *name,
|
||||
SCM (*macroizer) (SCM),
|
||||
SCM (*fcn) ()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue