* config/i386/xm-windows.h: Undo previous change to SIGTRAP

and SIGQUIT values; it messed up non-MIPS targets.
This commit is contained in:
Mark Alexander 1996-12-31 15:01:55 +00:00
parent c82844f78e
commit 04624a8582
1 changed files with 2 additions and 2 deletions

View File

@ -33,5 +33,5 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <malloc.h>
#define SIGQUIT 5
#define SIGTRAP 6
#define SIGQUIT 3
#define SIGTRAP 5