Mercurial > hg > xemacs-beta
comparison src/event-stream.c @ 4528:726060ee587c g++-warning-removal-2008-10-28
First draft of g++ 4.3 warning removal patch. Builds. *Needs ChangeLogs.*
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Wed, 29 Oct 2008 04:06:33 +0900 |
parents | fc7067b7f407 |
children | 8f1ee2d15784 |
comparison
equal
deleted
inserted
replaced
4524:03ba50f7ecd7 | 4528:726060ee587c |
---|---|
253 | 253 |
254 #ifdef DEBUG_XEMACS | 254 #ifdef DEBUG_XEMACS |
255 Fixnum debug_emacs_events; | 255 Fixnum debug_emacs_events; |
256 | 256 |
257 static void | 257 static void |
258 external_debugging_print_event (char *event_description, Lisp_Object event) | 258 external_debugging_print_event (const char *event_description, Lisp_Object event) |
259 { | 259 { |
260 write_c_string (Qexternal_debugging_output, "("); | 260 write_c_string (Qexternal_debugging_output, "("); |
261 write_c_string (Qexternal_debugging_output, event_description); | 261 write_c_string (Qexternal_debugging_output, event_description); |
262 write_c_string (Qexternal_debugging_output, ") "); | 262 write_c_string (Qexternal_debugging_output, ") "); |
263 print_internal (event, Qexternal_debugging_output, 1); | 263 print_internal (event, Qexternal_debugging_output, 1); |