1
Fork 0
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:
Kevin Ryde 2004-05-01 21:49:44 +00:00
parent c585459825
commit 0a9ea92c90

View file

@ -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}