diff options
Diffstat (limited to 'gcc/config/i370/oe.h')
-rw-r--r-- | gcc/config/i370/oe.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gcc/config/i370/oe.h b/gcc/config/i370/oe.h index afc9bd3073d..9d36ea9bbf5 100644 --- a/gcc/config/i370/oe.h +++ b/gcc/config/i370/oe.h @@ -1,5 +1,6 @@ /* Definitions of target machine for GNU compiler. System/370 version. - Copyright (C) 1989, 1993, 1995, 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1989, 1993, 1995, 1996, 1997, 2003 + Free Software Foundation, Inc. Contributed by Jan Stein (jan@cd.chalmers.se). Modified for OS/390 OpenEdition by Dave Pitts (dpitts@cozx.com) @@ -50,7 +51,3 @@ Boston, MA 02111-1307, USA. */ builtin_assert ("system=unix"); \ } while (0) -/* Include system common definitions */ - -#include "config/i370/i370.h" - |