mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 01:00:20 +02:00
(scm_make_initial_fluids, scm_copy_fluids, scm_swap_fluids,
scm_swap_fluids_reverse): Renamed to scm_i_... since they are internal. Changed all uses.
This commit is contained in:
parent
a520e4f0d0
commit
a52dbe0177
4 changed files with 13 additions and 13 deletions
|
@ -152,7 +152,7 @@ start_stack (void *base)
|
|||
|
||||
scm_exitval = SCM_BOOL_F; /* vestigial */
|
||||
|
||||
scm_root->fluids = scm_make_initial_fluids ();
|
||||
scm_root->fluids = scm_i_make_initial_fluids ();
|
||||
|
||||
/* Create an object to hold the root continuation.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue