mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 01:30:27 +02:00
* Removed lots of deprecated stuff.
This commit is contained in:
parent
dee01b012c
commit
8c494e9973
49 changed files with 315 additions and 1217 deletions
|
@ -176,11 +176,6 @@ start_stack (void *base)
|
|||
|
||||
scm_exitval = SCM_BOOL_F; /* vestigial */
|
||||
|
||||
#if SCM_DEBUG_DEPRECATED == 0
|
||||
scm_top_level_lookup_closure_var = SCM_BOOL_F;
|
||||
scm_system_transformer = SCM_BOOL_F;
|
||||
#endif
|
||||
|
||||
scm_root->fluids = scm_make_initial_fluids ();
|
||||
|
||||
/* Create an object to hold the root continuation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue