comparison 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
comparison
equal deleted inserted replaced
3262:79d41cfd8e6b 3263:d674024a8674
2500 2500
2501 #ifndef NEW_GC 2501 #ifndef NEW_GC
2502 /* If you hit this, rewrite the offending API call to occur after GC, 2502 /* If you hit this, rewrite the offending API call to occur after GC,
2503 using register_post_gc_action(). */ 2503 using register_post_gc_action(). */
2504 assert (!gc_in_progress); 2504 assert (!gc_in_progress);
2505 #endif /* NEW_GC */ 2505 #endif /* not NEW_GC */
2506 2506
2507 #ifdef DEBUG_XEMACS 2507 #ifdef DEBUG_XEMACS
2508 if (debug_mswindows_events) 2508 if (debug_mswindows_events)
2509 debug_output_mswin_message (hwnd, message_, wParam, lParam); 2509 debug_output_mswin_message (hwnd, message_, wParam, lParam);
2510 #endif /* DEBUG_XEMACS */ 2510 #endif /* DEBUG_XEMACS */