diff 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
line wrap: on
line diff
--- a/src/faces.h	Sun Feb 26 22:51:04 2006 +0000
+++ b/src/faces.h	Mon Feb 27 16:29:29 2006 +0000
@@ -119,7 +119,7 @@
 {
 #ifdef NEW_GC
   struct lrecord_header header;
-#endif /* not NEW_GC */
+#endif /* NEW_GC */
   /* There are two kinds of cachels; those created from a single face
      and those created by merging more than one face.  In the former
      case, the FACE element specifies the face used.  In the latter