aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2008-03-01 10:02:23 +0000
committerJason Rumney2008-03-01 10:02:23 +0000
commit5dff811eea3abfce0040ae7734081ce7f66c1b3e (patch)
treedd0dfcf23da720d27e10eaa75ba7330d39fec6ff /src
parent3f19508030322373a35da34e5c586822ff218ffc (diff)
downloademacs-5dff811eea3abfce0040ae7734081ce7f66c1b3e.tar.gz
emacs-5dff811eea3abfce0040ae7734081ce7f66c1b3e.zip
(w32_msg_pump): Disable debug code.
Diffstat (limited to 'src')
-rw-r--r--src/w32fns.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index ae6cc88ea6b..ffa5c8be6d8 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -2592,8 +2592,12 @@ w32_msg_pump (deferred_msg * msg_buf)
2592 abort (); 2592 abort ();
2593 } 2593 }
2594 break; 2594 break;
2595#ifdef MSG_DEBUG
2596 /* Broadcast messages make it here, so you need to be looking
2597 for something in particular for this to be useful. */
2595 default: 2598 default:
2596 DebPrint (("msg %x not expected by w32_msg_pump\n", msg.message)); 2599 DebPrint (("msg %x not expected by w32_msg_pump\n", msg.message));
2600#endif
2597 } 2601 }
2598 } 2602 }
2599 else 2603 else