mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 04:10:18 +02:00
Doc fix
This commit is contained in:
parent
0267051bad
commit
cbb9f376ac
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue