diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-05-26 08:31:29 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-05-26 08:31:29 -0400 |
commit | c7fc60126194310d49ab9338feb78a59500e6263 (patch) | |
tree | 36796ca311dc4a85a34765a7c4445d64e92a705b /gcc | |
parent | 9198ae90b677478cc5e57e13a4cda7c676567657 (diff) | |
download | gcc-c7fc60126194310d49ab9338feb78a59500e6263.zip gcc-c7fc60126194310d49ab9338feb78a59500e6263.tar.gz gcc-c7fc60126194310d49ab9338feb78a59500e6263.tar.bz2 |
Don't include alpha.h
Don't include alpha.h
(WINDOWS_NT): No longer define.
From-SVN: r12114
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/alpha/win-nt.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/alpha/win-nt.h b/gcc/config/alpha/win-nt.h index 3ac5f73..c831da4 100644 --- a/gcc/config/alpha/win-nt.h +++ b/gcc/config/alpha/win-nt.h @@ -20,11 +20,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. */ -/* Say this is Windows/NT for the other config files. */ -#define WINDOWS_NT 1 - -#include "alpha/alpha.h" - /* Names to predefine in the preprocessor for this target machine. */ #undef CPP_PREDEFINES |