summaryrefslogtreecommitdiff
path: root/libguile/eval.h
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-08-13 23:36:46 +0200
committerLudovic Courtès <ludo@gnu.org>2009-08-13 23:36:46 +0200
commitb3ce13b667634be30ab2d74b8ccb1de190d7aeeb (patch)
tree9ac1c70a5aa208da70e4ca97bdd95a48f2144cfc /libguile/eval.h
parent4d0949ea45c46dd13e767a8a3342d02caef1b483 (diff)
downloadguile-b3ce13b667634be30ab2d74b8ccb1de190d7aeeb.tar.gz
Remove deprecated semi-public memoizers.
* libguile/eval.c (scm_m_expand_body, scm_macroexp, scm_unmemocar): Remove. (scm_m_undefine): Make `static'. * libguile/eval.h (scm_m_undefine, scm_m_expand_body, scm_unmemocar, scm_macroexp): Remove declarations.
Diffstat (limited to 'libguile/eval.h')
-rw-r--r--libguile/eval.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libguile/eval.h b/libguile/eval.h
index e02e767a1..4467358f5 100644
--- a/libguile/eval.h
+++ b/libguile/eval.h
@@ -156,15 +156,6 @@ SCM_INTERNAL void scm_init_eval (void);
#if (SCM_ENABLE_DEPRECATED == 1)
-SCM_API SCM scm_m_undefine (SCM x, SCM env);
-
-/* Deprecated in guile 1.7.0 on 2003-11-09. */
-SCM_API SCM scm_m_expand_body (SCM xorig, SCM env);
-
-/* Deprecated in guile 1.7.0 on 2003-11-16. */
-SCM_API SCM scm_unmemocar (SCM form, SCM env);
-SCM_API SCM scm_macroexp (SCM x, SCM env);
-
/* Deprecated in guile 1.7.0 on 2004-03-29. */
SCM_API SCM scm_ceval (SCM x, SCM env);
SCM_API SCM scm_deval (SCM x, SCM env);