definition in alloc.c.
(Fset_input_interrupt_mode): Simplify #ifdefs.
+2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * keyboard.c (pending_malloc_warning): Add const to match
+ definition in alloc.c.
+ (Fset_input_interrupt_mode): Simplify #ifdefs.
+
2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
Clean up systty.h macros.
/* Nonzero if input is available. */
int input_pending;
-extern char *pending_malloc_warning;
+extern const char *pending_malloc_warning;
/* Circular buffer for pre-read keyboard input. */
#ifndef DOS_NT
/* this causes startup screen to be restored and messes with the mouse */
reset_all_sys_modes ();
-#endif
interrupt_input = new_interrupt_input;
-#ifndef DOS_NT
init_all_sys_modes ();
+#else
+ interrupt_input = new_interrupt_input;
#endif
#ifdef POLL_FOR_INPUT