* deprecated.c, deprecated.h, eval.c, eval.h: Deprecated
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Mon, 2 Jun 2003 20:54:21 +0000 (20:54 +0000)
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Mon, 2 Jun 2003 20:54:21 +0000 (20:54 +0000)
commite90c3a895d37efba2a31995ec85984ec205db974
tree18ffd7ad4bc7fe348dfb911f4b907e4307271cec
parent14b18ed6f596c22e62f0b2afecb5cfd4401acee4
* deprecated.c, deprecated.h, eval.c, eval.h: Deprecated
scm_s_expression, scm_s_test, scm_s_body, scm_s_bindings,
scm_s_variable, scm_s_clauses, scm_s_formals.  In eval.c the
definitions are make static and renamed from scm_s_xxx to s_xxx.
In deprecated.c the original definitions are copied.

* deprecated.h, eval.c, eval: Deprecated SCM_EVALIM2, SCM_EVALIM,
SCM_XEVAL and SCM_XEVALCAR.  The macro definitions are moved from
eval.h into eval.c and a copy (slightly modified to work in user
code) is placed into deprecated.h.

* eval.c: Use the local static s_xxx definitions instead of the
scm_s_xxx definitions throughout.
NEWS
libguile/ChangeLog
libguile/deprecated.c
libguile/deprecated.h
libguile/eval.c
libguile/eval.h