* defs.h (do_exec_error_cleanups, discard_exec_error_cleanups)
[external/binutils.git] / gdb / event-loop.c
index ceff699..b36fefa 100644 (file)
@@ -414,7 +414,7 @@ start_event_loop (void)
          /* If any exception escaped to here, we better enable
             stdin.  Otherwise, any command that calls async_disable_stdin,
             and then throws, will leave stdin inoperable.  */
-         async_enable_stdin ((void *) 0);
+         async_enable_stdin ();
          /* FIXME: this should really be a call to a hook that is
             interface specific, because interfaces can display the
             prompt in their own way. */