1
Fork 0
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:
Dirk Herrmann 2000-10-25 11:01:03 +00:00
parent 31535422f5
commit d1ca2c6423
25 changed files with 129 additions and 65 deletions

View file

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