diff src/event-msw.c @ 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 141c2920ea48
children 8f1ee2d15784
line wrap: on
line diff
--- a/src/event-msw.c	Sun Feb 26 22:51:04 2006 +0000
+++ b/src/event-msw.c	Mon Feb 27 16:29:29 2006 +0000
@@ -2502,7 +2502,7 @@
   /* If you hit this, rewrite the offending API call to occur after GC,
      using register_post_gc_action(). */
   assert (!gc_in_progress);
-#endif /* NEW_GC */
+#endif /* not NEW_GC */
 
 #ifdef DEBUG_XEMACS
   if (debug_mswindows_events)