mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 18:20:22 +02:00
* Some more work to get rid of SCM_LENGTH
* Eliminated some cell type bit fiddling * Various minor changes
This commit is contained in:
parent
31535422f5
commit
d1ca2c6423
25 changed files with 129 additions and 65 deletions
|
@ -142,8 +142,6 @@ scm_make_root (SCM parent)
|
|||
= root_state->def_errp
|
||||
= root_state->cur_loadp
|
||||
= root_state->fluids
|
||||
= root_state->system_transformer
|
||||
= root_state->top_level_lookup_closure_var
|
||||
= root_state->handle
|
||||
= root_state->parent
|
||||
= SCM_BOOL_F;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue