summaryrefslogtreecommitdiff
path: root/libguile/modules.c
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2006-11-02 21:10:37 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2006-11-02 21:10:37 +0000
commitdd18d31211b6cbf9d1f1f8a83de8ba7ccb7ed32f (patch)
treece421f6b19dec0aa78902f7fba3b6e8a6be8a533 /libguile/modules.c
parentd5074b473cceea3f051ea27eb05cfb797b7d788e (diff)
downloadguile-dd18d31211b6cbf9d1f1f8a83de8ba7ccb7ed32f.tar.gz
Remove environments.[ch] from the build.
Diffstat (limited to 'libguile/modules.c')
-rw-r--r--libguile/modules.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libguile/modules.c b/libguile/modules.c
index 10f72da3c..cfb42a0b9 100644
--- a/libguile/modules.c
+++ b/libguile/modules.c
@@ -273,8 +273,9 @@ SCM_DEFINE (scm_env_module, "env-module", 1, 0, 0,
/*
* C level implementation of the standard eval closure
*
- * This increases loading speed substantially.
- * The code will be replaced by the low-level environments in next release.
+ * This increases loading speed substantially. The code may be
+ * replaced by something based on environments.[ch], in a future
+ * release.
*/
static SCM module_make_local_var_x_var;