mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
(scm_macroexp): Add prototype, since it's not in eval.h under
--disable-deprecated. Reported by Andreas Vögele.
This commit is contained in:
parent
c585459825
commit
0a9ea92c90
1 changed files with 3 additions and 0 deletions
|
@ -90,6 +90,9 @@ char *alloca ();
|
|||
|
||||
static SCM canonicalize_define (SCM expr);
|
||||
|
||||
/* prototype in eval.h is not given under --disable-deprecated */
|
||||
SCM_API SCM scm_macroexp (SCM x, SCM env);
|
||||
|
||||
|
||||
|
||||
/* {Syntax Errors}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue