import gdb-1999-05-25 snapshot
[deliverable/binutils-gdb.git] / gdb / event-loop.c
index fe1d0f5bd12b5ece603475d43c9d4f002c0519e1..26930343fbdc981ce0e6058f775bd0496afd8328 100644 (file)
@@ -59,7 +59,7 @@ event_queue;
    basically a description of what kind of events gdb is interested
    in, for each fd. */
 
-/* As of 4/30/99 only the input file descriptor is registered with the
+/* As of 1999-04-30 only the input file descriptor is registered with the
    event loop. */
 
 #ifdef HAVE_POLL
@@ -124,7 +124,6 @@ static int async_handler_ready = 0;
 static void invoke_async_signal_handler PARAMS ((void));
 static int gdb_wait_for_event PARAMS ((void));
 static int check_async_ready PARAMS ((void));
-extern display_gdb_prompt PARAMS ((char *));
 \f
 
 /* Insert an event object into the gdb event queue at 
This page took 0.025106 seconds and 4 git commands to generate.