Mercurial > hg > xemacs-beta
diff src/alloc.c @ 80:1ce6082ce73f r20-0b90
Import from CVS: tag r20-0b90
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:06:37 +0200 |
parents | 131b0175ea99 |
children | 4be1180a9e89 |
line wrap: on
line diff
--- a/src/alloc.c Mon Aug 13 09:05:44 2007 +0200 +++ b/src/alloc.c Mon Aug 13 09:06:37 2007 +0200 @@ -2228,7 +2228,7 @@ #ifdef ERROR_CHECK_GC CONST struct lrecord_implementation *implementation = lheader->implementation; - + /* There should be no other pointers to the free list. */ assert (!MARKED_RECORD_HEADER_P (lheader)); /* Only lcrecords should be here. */ @@ -2241,7 +2241,7 @@ assert (implementation->static_size == 0 || implementation->static_size == list->size); #endif /* ERROR_CHECK_GC */ - + MARK_RECORD_HEADER (lheader); chain = free_header->chain; }