summaryrefslogtreecommitdiff
path: root/libguile/script.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1997-05-13 15:54:07 +0000
committerJim Blandy <jimb@red-bean.com>1997-05-13 15:54:07 +0000
commitcbb9f376acf26757b7eeb6e935ec161061181331 (patch)
tree71e3b2d7ea8cb86e08c5ccdd5dd94593fcc48bcd /libguile/script.c
parent0267051badafec6168689b8bf3b3cf25f257bcaa (diff)
downloadguile-cbb9f376acf26757b7eeb6e935ec161061181331.tar.gz
Doc fix
Diffstat (limited to 'libguile/script.c')
-rw-r--r--libguile/script.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libguile/script.c b/libguile/script.c
index ef57ff564..ddeeedf6c 100644
--- a/libguile/script.c
+++ b/libguile/script.c
@@ -578,8 +578,9 @@ SCM_SYMBOL (sym_quit, "quit");
/* The boot code "ice-9/boot-9" is only loaded by
- SCM_COMPILE_SHELL_SWITCHES when this is false. */
-
+ SCM_COMPILE_SHELL_SWITCHES when this is false. The unexec code
+ uses this, to keep ice_9 from being loaded into dumped guile
+ executables. */
int scm_ice_9_already_loaded = 0;
/* Given an array of command-line switches, return a Scheme expression