1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-19 02:00:26 +02:00

Remove environments.[ch] from the build.

This commit is contained in:
Neil Jerram 2006-11-02 21:10:37 +00:00
parent d5074b473c
commit dd18d31211
6 changed files with 36 additions and 6 deletions

View file

@ -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;