1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 05:50:26 +02:00

* gc.c (scm_heap_seg_data_t): fixed comment for the `span' member.

This commit is contained in:
Michael Livshin 2000-05-23 12:26:55 +00:00
parent cf00e803d4
commit fe517a7d3d
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2000-05-23 Michael Livshin <mlivshin@bigfoot.com>
* gc.c (scm_heap_seg_data_t): fixed comment for the `span' member.
2000-05-22 Michael Livshin <mlivshin@bigfoot.com>
* guile-doc-snarf.in: put the preprocessed file through sed to

View file

@ -280,7 +280,7 @@ typedef struct scm_heap_seg_data_t
All segments usually point to the same one, scm_freelist. */
scm_freelist_t *freelist;
/* number of SCM words per object in this segment */
/* number of cells per object in this segment */
int span;
/* If SEG_DATA->valid is non-zero, the conservative marking