summaryrefslogtreecommitdiff
path: root/libguile/eval.h
diff options
context:
space:
mode:
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2003-05-06 20:05:04 +0000
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2003-05-06 20:05:04 +0000
commitf58c472a84489fa86e0ddecf7d747e99ab98c123 (patch)
tree9667af4d31bde2f20111d4d6eec305113f80c7c1 /libguile/eval.h
parentd963e93f3b54e2e628d305c5da2b3bc5679e0f0c (diff)
downloadguile-f58c472a84489fa86e0ddecf7d747e99ab98c123.tar.gz
* eval.c, eval.h, evalext.c, evalext.h (scm_m_undefine): Moved
from evalext to eval. This will allow to make some of the definitions in eval.c static.
Diffstat (limited to 'libguile/eval.h')
-rw-r--r--libguile/eval.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libguile/eval.h b/libguile/eval.h
index 92c53d224..fbab147e5 100644
--- a/libguile/eval.h
+++ b/libguile/eval.h
@@ -241,6 +241,14 @@ SCM_API SCM scm_eval_x (SCM exp, SCM module);
SCM_API void scm_init_eval (void);
+
+#if (SCM_ENABLE_DEPRECATED == 1)
+
+SCM_API SCM scm_m_undefine (SCM x, SCM env);
+
+#endif
+
+
#endif /* SCM_EVAL_H */
/*