summaryrefslogtreecommitdiff
path: root/libguile/eval.h
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>1996-09-13 11:07:24 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>1996-09-13 11:07:24 +0000
commite2806c1000054f765c46bd14f8fb64a4d74d4eea (patch)
tree92ff61f63e724f41c946a22ed4944a67d304ade9 /libguile/eval.h
parent1a80fb07a7658c8ba90dcda50d34547752469088 (diff)
downloadguile-e2806c1000054f765c46bd14f8fb64a4d74d4eea.tar.gz
* __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h,
fdsocket.c, feature.c, mbstrings.c, mbstrings.h, numbers.c, numbers.h, print.c, scmhob.h, simpos.h, symbols.c, symbols.h, tags.h, throw.c, variable.h: Name cleanup. Lots of xxxSCM_yyy removed. (These were introduced by unsupervised name substitution.)
Diffstat (limited to 'libguile/eval.h')
-rw-r--r--libguile/eval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/eval.h b/libguile/eval.h
index d7939249a..fb40b7ece 100644
--- a/libguile/eval.h
+++ b/libguile/eval.h
@@ -83,7 +83,7 @@
-#define SCM_EXTEND_SCM_ENV scm_acons
+#define SCM_EXTEND_ENV scm_acons
extern SCM scm_i_dot;