1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-14 15:40:19 +02:00

(scm_i_thread): Added gc_running_p field.

(guilify_self_1): Initialize it.
This commit is contained in:
Marius Vollmer 2005-03-10 18:06:54 +00:00
parent fc240b46e9
commit 1a8fdd7e12
2 changed files with 3 additions and 0 deletions

View file

@ -69,6 +69,8 @@ typedef struct scm_i_thread {
*/
SCM freelist, freelist2;
int clear_freelists_p; /* set if GC was done while thread was asleep */
int gc_running_p; /* non-zero while this thread does GC or a
sweep. */
/* Other thread local things.
*/