From ab256d39098ffb1ac986290bde36c9713d0f262e Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 4 Jan 1998 00:31:13 +0000 Subject: [PATCH] * gc.c, tags.h: Doc fixes. --- libguile/tags.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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