diff src/xemacs.def.in.in @ 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 28ffea327985
children 4363b75330ca
line wrap: on
line diff
--- a/src/xemacs.def.in.in	Sun Feb 26 22:51:04 2006 +0000
+++ b/src/xemacs.def.in.in	Mon Feb 27 16:29:29 2006 +0000
@@ -9,7 +9,7 @@
 EXPORTS
 /* Exported functions */
 acons
-#ifdef MC_ALLOC
+#ifdef NEW_GC
 alloc_lrecord			/* alloc_lrecord_type */
 lrecord_subr			/* DEFSUBR */
 lrecord_symbol_value_forward	/* DEFVAR_SYMVAL_FWD */
@@ -17,9 +17,9 @@
 mcpro_1				/* mcpro */
 #endif
 mc_alloc			/* DEFSUBR */
-#else /* not MC_ALLOC */
+#else /* not NEW_GC */
 alloc_automanaged_lcrecord	/* old_alloc_lcrecord_type */
-#endif /* not MC_ALLOC */
+#endif /* not NEW_GC */
 apply1
 #ifdef USE_ASSERTIONS
 assert_failed			/* abort(), assert(), etc. */