forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -979,12 +979,8 @@ request_quit (int signo)
|
||||
about USG defines and stuff like that. */
|
||||
signal (signo, request_quit);
|
||||
|
||||
#ifdef REQUEST_QUIT
|
||||
REQUEST_QUIT;
|
||||
#else
|
||||
if (immediate_quit)
|
||||
quit ();
|
||||
#endif
|
||||
}
|
||||
|
||||
/* Memory management stuff (malloc friends). */
|
||||
|
||||
Reference in New Issue
Block a user