* defs.h (do_exec_error_cleanups, discard_exec_error_cleanups)
[deliverable/binutils-gdb.git] / gdb / event-loop.c
index ceff6997ff41d6349af5ae21f643ecab4ecc9e42..b36fefa4e327bbc162678a2eae797468c9e8a3d2 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. */
This page took 0.022653 seconds and 4 git commands to generate.