Mercurial > hg > xemacs-beta
diff src/lrecord.h @ 213:78f53ef88e17 r20-4b5
Import from CVS: tag r20-4b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:06:47 +0200 |
parents | 78478c60bfcd |
children | f220cc83d72e |
line wrap: on
line diff
--- a/src/lrecord.h Mon Aug 13 10:05:53 2007 +0200 +++ b/src/lrecord.h Mon Aug 13 10:06:47 2007 +0200 @@ -102,7 +102,7 @@ #ifdef USE_INDEXED_LRECORD_IMPLEMENTATION # define set_lheader_implementation(header,imp) \ - do { (header)->type = lrecord_type_index((imp)) \ + do { (header)->type = lrecord_type_index((imp)); \ (header)->mark = 0; \ (header)->pure = 0; \ } while (0)