diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-03-04 08:24:34 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-03-04 08:24:34 -0500 |
commit | a0f675b312e56727a6a28a7a0d7bcd97d98789fd (patch) | |
tree | 2ce68e12cee286f12a2f9ba95b849e1c98faa8b7 /gcc | |
parent | e2616dde30a6e38d6a5eac7a776f57ca7b4d853a (diff) | |
download | gcc-a0f675b312e56727a6a28a7a0d7bcd97d98789fd.zip gcc-a0f675b312e56727a6a28a7a0d7bcd97d98789fd.tar.gz gcc-a0f675b312e56727a6a28a7a0d7bcd97d98789fd.tar.bz2 |
(NO_WAIT_H): Deleted.
From-SVN: r11406
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/we32k/xm-we32k.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gcc/config/we32k/xm-we32k.h b/gcc/config/we32k/xm-we32k.h index 01175ef..147d02a 100644 --- a/gcc/config/we32k/xm-we32k.h +++ b/gcc/config/we32k/xm-we32k.h @@ -1,12 +1,12 @@ /* Configuration for GNU C-compiler for AT&T we32000 Family. Contributed by John Wehle (john@feith1.uucp) - Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc. + Copyright (C) 1991, 1992, 1993, 1996 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU CC is distributed in the hope that it will be useful, @@ -44,9 +44,6 @@ Boston, MA 02111-1307, USA. */ /* Don't try to use sys_siglist. */ #define NO_SYS_SIGLIST -/* Don't try including wait.h. */ -#define NO_WAIT_H - #ifndef MAXPATHLEN #define MAXPATHLEN 512 #endif |