From: Richard Kenner Date: Mon, 4 Mar 1996 13:24:34 +0000 (-0500) Subject: (NO_WAIT_H): Deleted. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a0f675b312e56727a6a28a7a0d7bcd97d98789fd;p=gcc.git (NO_WAIT_H): Deleted. From-SVN: r11406 --- diff --git a/gcc/config/we32k/xm-we32k.h b/gcc/config/we32k/xm-we32k.h index 01175ef2505..147d02aec9b 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