diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-05-18 14:08:05 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-05-18 14:08:05 -0400 |
commit | 3ea57002e82a31930987cec3b43d3b42a426c671 (patch) | |
tree | 6db05c5bcb9275ec0e8ade07ca0fdfce4a7e1a9d /gcc/config | |
parent | c4c1f6d58b582cf4fcfbf2e61450dbddb46777ba (diff) | |
download | gcc-3ea57002e82a31930987cec3b43d3b42a426c671.zip gcc-3ea57002e82a31930987cec3b43d3b42a426c671.tar.gz gcc-3ea57002e82a31930987cec3b43d3b42a426c671.tar.bz2 |
No longer include clipper.h and svr3.h.
From-SVN: r12024
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/clipper/clix.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/config/clipper/clix.h b/gcc/config/clipper/clix.h index 897267d..d08e220 100644 --- a/gcc/config/clipper/clix.h +++ b/gcc/config/clipper/clix.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. Clipper/Clix version. - Copyright (C) 1988, 1993 Free Software Foundation, Inc. + Copyright (C) 1988, 1993, 1996 Free Software Foundation, Inc. This file is part of GNU CC. @@ -18,10 +18,6 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "clipper/clipper.h" - -#include "svr3.h" - /* Names to predefine in the preprocessor for this target machine. */ #define CPP_PREDEFINES "-Dclipper -Dunix -Asystem(unix) -Asystem(svr3) -Acpu(clipper) -Amachine(clipper)" |