1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-12 06:41:13 +02:00

Deprecated scm_top_level_lookup_closure_var

This commit is contained in:
Mikael Djurfeldt 2000-08-11 08:45:19 +00:00
parent eb8db44059
commit 26795895e2
2 changed files with 2 additions and 2 deletions

View file

@ -171,7 +171,9 @@ start_stack (void *base)
scm_exitval = SCM_BOOL_F; /* vestigial */
#if SCM_DEBUG_DEPRECATED == 0
scm_top_level_lookup_closure_var = SCM_BOOL_F;
#endif
scm_system_transformer = SCM_BOOL_F;
scm_root->fluids = scm_make_initial_fluids ();

View file

@ -147,8 +147,6 @@ extern SCM scm_builtin_weak_bindings (void);
extern SCM scm_gensym (SCM name, SCM obarray);
extern void scm_init_symbols (void);
extern int scm_can_use_top_level_lookup_closure_var;
#endif /* SYMBOLSH */
/*