comparison src/event-msw.c @ 3092:141c2920ea48

[xemacs-hg @ 2005-11-25 01:41:31 by crestani] Incremental Garbage Collector
author crestani
date Fri, 25 Nov 2005 01:42:08 +0000
parents facf3239ba30
children d674024a8674
comparison
equal deleted inserted replaced
3091:c22d8984148c 3092:141c2920ea48
2496 2496
2497 Lisp_Event *event; 2497 Lisp_Event *event;
2498 struct frame *frame; 2498 struct frame *frame;
2499 struct mswindows_frame *msframe; 2499 struct mswindows_frame *msframe;
2500 2500
2501 #ifndef NEW_GC
2501 /* 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,
2502 using register_post_gc_action(). */ 2503 using register_post_gc_action(). */
2503 assert (!gc_in_progress); 2504 assert (!gc_in_progress);
2505 #endif /* NEW_GC */
2504 2506
2505 #ifdef DEBUG_XEMACS 2507 #ifdef DEBUG_XEMACS
2506 if (debug_mswindows_events) 2508 if (debug_mswindows_events)
2507 debug_output_mswin_message (hwnd, message_, wParam, lParam); 2509 debug_output_mswin_message (hwnd, message_, wParam, lParam);
2508 #endif /* DEBUG_XEMACS */ 2510 #endif /* DEBUG_XEMACS */