diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-06-24 21:51:49 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-06-24 21:51:49 +0000 |
commit | 11c949aaae4b4cc30283a917133a485800514ecb (patch) | |
tree | 74a3d0db5336de350ede8b500d7816a651dccc99 /gdb/win32-nat.c | |
parent | eaabf820465f0697c9d7187c372ca243da8a235c (diff) | |
download | binutils-gdb-11c949aaae4b4cc30283a917133a485800514ecb.tar.gz |
2004-06-24 Andrew Cagney <cagney@gnu.org>
* defs.h (post_add_symbol_hook, pre_add_symbol_hook)
(ui_loop_hook, selected_frame_level_changed_hook): Declare.
* wince.c (ui_loop_hook): Delete extern declaration.
* win32-nat.c (ui_loop_hook): Delete extern declaration..
* v850ice.c (ui_loop_hook): Delete extern declaration..
* ser-unix.c (ui_loop_hook): Delete extern declaration..
* ser-tcp.c (ui_loop_hook): Delete extern declaration..
* remote-sim.c (ui_loop_hook): Delete extern declaration..
* rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
ui_loop_hook declaration.
Diffstat (limited to 'gdb/win32-nat.c')
-rw-r--r-- | gdb/win32-nat.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/win32-nat.c b/gdb/win32-nat.c index 27691f06729..1d89f4af765 100644 --- a/gdb/win32-nat.c +++ b/gdb/win32-nat.c @@ -56,9 +56,6 @@ #include "i386-tdep.h" #include "i387-tdep.h" -/* The ui's event loop. */ -extern int (*ui_loop_hook) (int signo); - /* If we're not using the old Cygwin header file set, define the following which never should have been in the generic Win32 API headers in the first place since they were our own invention... */ |