* eval.c, eval.h (scm_m_expand_body, m_expand_body): Deprecated
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Sun, 9 Nov 2003 08:10:58 +0000 (08:10 +0000)
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Sun, 9 Nov 2003 08:10:58 +0000 (08:10 +0000)
commit328dc9a3ef372c0e1a439afabebd44d0ab1edaa9
treef60ddfcc375b3f4ea177b260e4c4f6dfedbe1ffe
parentc2337a6178282861418d9b277b2a6084a8120f66
* eval.c, eval.h (scm_m_expand_body, m_expand_body): Deprecated
public use of scm_m_expand_body in eval.h.  In eval.c, renamed
scm_m_expand_body to m_expand_body and made it static.  Added
deprecated wrapper scm_m_expand_body.

(scm_eval_body, SCM_CEVAL, SCM_APPLY): Use m_expand_body instead
of scm_m_expand_body.
NEWS
libguile/ChangeLog
libguile/eval.c
libguile/eval.h