summaryrefslogtreecommitdiff
path: root/libguile/eval.h
diff options
context:
space:
mode:
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2003-04-20 18:08:07 +0000
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2003-04-20 18:08:07 +0000
commita44a9715eb32e78b6cc0ed6908694ce43564ac02 (patch)
tree0869adcf3102324adcb8a485a473c7c568136887 /libguile/eval.h
parent05a6b2d3cce4d0f70f760b41c3838489e82be667 (diff)
downloadguile-a44a9715eb32e78b6cc0ed6908694ce43564ac02.tar.gz
* eval.c, root.h (scm_undefineds, SCM_NUM_PROTECTS, undefineds,
scm_init_eval): Made scm_undefineds static in eval.c, renamed it to undefineds and registered the object as a permanent object. * eval.c, eval.h (scm_f_apply, scm_init_eval): Made scm_f_apply static in eval.c, renamed it to f_apply and registered the object as a permanent object.
Diffstat (limited to 'libguile/eval.h')
-rw-r--r--libguile/eval.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/eval.h b/libguile/eval.h
index 3eb17fdee..bff1a6447 100644
--- a/libguile/eval.h
+++ b/libguile/eval.h
@@ -163,8 +163,6 @@ SCM_API SCM scm_sym_apply;
SCM_API SCM scm_sym_set_x;
SCM_API SCM scm_sym_args;
-SCM_API SCM scm_f_apply;
-
SCM_API SCM * scm_ilookup (SCM iloc, SCM env);