Mercurial > hg > xemacs-beta
comparison src/alloc.c @ 1242:f0af455e89d9
[xemacs-hg @ 2003-01-31 12:02:30 by stephent]
bogus C++ comments <87d6mdzgcq.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
macro syntax typo <878yx1zg9q.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
move Fprovide from syms_of to vars_of <874r7pzg0x.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Fri, 31 Jan 2003 12:02:38 +0000 |
parents | e22b0213b713 |
children | de6cf052e10b |
comparison
equal
deleted
inserted
replaced
1241:4c5e93b9ffa9 | 1242:f0af455e89d9 |
---|---|
3147 ! ((struct lcrecord_header *) lheader)->free); | 3147 ! ((struct lcrecord_header *) lheader)->free); |
3148 } | 3148 } |
3149 mark_object (obj); | 3149 mark_object (obj); |
3150 } | 3150 } |
3151 #else | 3151 #else |
3152 #define mark_object_maybe_checking_free (obj, allow_free) mark_object (obj) | 3152 #define mark_object_maybe_checking_free(obj, allow_free) mark_object (obj) |
3153 #endif /* ERROR_CHECK_GC */ | 3153 #endif /* ERROR_CHECK_GC */ |
3154 | 3154 |
3155 /* This function is called to mark the elements of an object. It processes | 3155 /* This function is called to mark the elements of an object. It processes |
3156 the description of the object and calls mark object with every described | 3156 the description of the object and calls mark object with every described |
3157 object. */ | 3157 object. */ |