diff src/dumper.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 6fa9919a9a0b
children 308d34e9f07d
line wrap: on
line diff
--- a/src/dumper.h	Sun Feb 26 22:51:04 2006 +0000
+++ b/src/dumper.h	Mon Feb 27 16:29:29 2006 +0000
@@ -27,9 +27,9 @@
 
 BEGIN_C_DECLS
 
-#ifndef MC_ALLOC
+#ifndef NEW_GC
 void pdump_objects_unmark (void);
-#endif /* not MC_ALLOC */
+#endif /* not NEW_GC */
 void pdump (void);
 int pdump_load (const Wexttext *argv0);
 void pdump_backtrace (void);