diff options
Diffstat (limited to 'gdb/config/powerpc/xm-cygwin.h')
-rw-r--r-- | gdb/config/powerpc/xm-cygwin.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/config/powerpc/xm-cygwin.h b/gdb/config/powerpc/xm-cygwin.h index c20bc13..82aa0fb 100644 --- a/gdb/config/powerpc/xm-cygwin.h +++ b/gdb/config/powerpc/xm-cygwin.h @@ -1,5 +1,5 @@ /* Definitions for hosting on WIN32, for GDB. - Copyright 1995, 1996 Free Software Foundation, Inc. + Copyright 1995, 1996, 1998 Free Software Foundation, Inc. This file is part of GDB. @@ -28,9 +28,5 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define SLASH_CHAR '/' #define SLASH_STRING "/" -/* If we longjmp out of the signal handler we never get another one. - So disable immediate_quit inside request_quit */ -#define REQUEST_QUIT - /* Define this lseek(n) != nth byte of file */ #define LSEEK_NOT_LINEAR |