aboutsummaryrefslogtreecommitdiff
path: root/gdb/event-top.c
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2004-02-19 16:48:43 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2004-02-19 16:48:43 +0000
commit2ede629fa8f2410071e57bb43c46be438d5412b3 (patch)
tree025690e6b3ce846cc932f54a7e07c064f63d14f3 /gdb/event-top.c
parentb2ce2854973e9001fdd9bd7a6779b90ac3407a91 (diff)
downloadgdb-2ede629fa8f2410071e57bb43c46be438d5412b3.zip
gdb-2ede629fa8f2410071e57bb43c46be438d5412b3.tar.gz
gdb-2ede629fa8f2410071e57bb43c46be438d5412b3.tar.bz2
2004-02-19 Elena Zannoni <ezannoni@redhat.com>
* event-top.c (async_request_quit): Remove uses of REQUEST_QUIT macro, which was part of the now removed Mach 3 port. * utils.c (request_quit): Ditto.
Diffstat (limited to 'gdb/event-top.c')
-rw-r--r--gdb/event-top.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/event-top.c b/gdb/event-top.c
index 913e030..f03aa11 100644
--- a/gdb/event-top.c
+++ b/gdb/event-top.c
@@ -1,5 +1,5 @@
/* Top level stuff for GDB, the GNU debugger.
- Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+ Copyright 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
Written by Elena Zannoni <ezannoni@cygnus.com> of Cygnus Solutions.
This file is part of GDB.
@@ -971,11 +971,7 @@ void
async_request_quit (gdb_client_data arg)
{
quit_flag = 1;
-#ifdef REQUEST_QUIT
- REQUEST_QUIT;
-#else
quit ();
-#endif
}
/* Tell the event loop what to do if SIGQUIT is received.