(scm_i_init_guile): Do not set scm_block_gc.
authorMarius Vollmer <mvo@zagadka.de>
Thu, 10 Mar 2005 18:42:52 +0000 (18:42 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Thu, 10 Mar 2005 18:42:52 +0000 (18:42 +0000)
libguile/init.c

index 69e1320..a2d33d1 100644 (file)
@@ -412,8 +412,6 @@ scm_i_init_guile (SCM_STACKITEM *base)
                "but doesn't seem to here.\n");
     }
 
-  scm_block_gc = 1;
-
   scm_storage_prehistory ();
   scm_threads_prehistory (base);
   scm_ports_prehistory ();
@@ -543,9 +541,6 @@ scm_i_init_guile (SCM_STACKITEM *base)
 
   scm_initialized_p = 1;
 
-  scm_block_gc = 0;            /* permit the gc to run */
-  /* ints still disabled */
-
 #ifdef STACK_CHECKING
   scm_stack_checking_enabled_p = SCM_STACK_CHECKING_P;
 #endif