comparison src/faces.h @ 3263:d674024a8674

[xemacs-hg @ 2006-02-27 16:29:00 by crestani] - Introduce a fancy asynchronous finalization strategy on C level. - Merge the code conditioned on MC_ALLOC into the code conditioned on NEW_GC. - Remove the possibility to free objects manually outside garbage collections when the new collector is enabled.
author crestani
date Mon, 27 Feb 2006 16:29:29 +0000
parents ad2f4ae9895b
children 98af8a976fc3
comparison
equal deleted inserted replaced
3262:79d41cfd8e6b 3263:d674024a8674
117 typedef struct face_cachel face_cachel; 117 typedef struct face_cachel face_cachel;
118 struct face_cachel 118 struct face_cachel
119 { 119 {
120 #ifdef NEW_GC 120 #ifdef NEW_GC
121 struct lrecord_header header; 121 struct lrecord_header header;
122 #endif /* not NEW_GC */ 122 #endif /* NEW_GC */
123 /* There are two kinds of cachels; those created from a single face 123 /* There are two kinds of cachels; those created from a single face
124 and those created by merging more than one face. In the former 124 and those created by merging more than one face. In the former
125 case, the FACE element specifies the face used. In the latter 125 case, the FACE element specifies the face used. In the latter
126 case, the MERGED_FACES_STATIC and MERGED_FACES elements specify 126 case, the MERGED_FACES_STATIC and MERGED_FACES elements specify
127 the faces used for merging by giving the indices of the 127 the faces used for merging by giving the indices of the