diff --git a/libguile/tags.h b/libguile/tags.h index d41795b36..3142b3e22 100644 --- a/libguile/tags.h +++ b/libguile/tags.h @@ -388,7 +388,8 @@ typedef long SCM; */ -/* scm_tc_free_cell is also the 0th smob type. +/* scm_tc_free_cell is also the 0th smob type. We place this + * in free cells to tell the conservative marker not to trace it. */ #define scm_tc_free_cell 127