diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-04-10 11:00:08 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-04-10 11:00:08 -0400 |
commit | 52266016a226f4dd87ae4efb1a096a06778a6f9b (patch) | |
tree | 50b74675da8744090047ccc04f6f6fdabd1563a6 /gcc/config/alpha | |
parent | c97e3db7fadce82fa3719b1b167f73fdce74c363 (diff) | |
download | gcc-52266016a226f4dd87ae4efb1a096a06778a6f9b.zip gcc-52266016a226f4dd87ae4efb1a096a06778a6f9b.tar.gz gcc-52266016a226f4dd87ae4efb1a096a06778a6f9b.tar.bz2 |
(ONLY_INT_FIELDS): No longer needed.
From-SVN: r4080
Diffstat (limited to 'gcc/config/alpha')
-rw-r--r-- | gcc/config/alpha/xm-alpha.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/config/alpha/xm-alpha.h b/gcc/config/alpha/xm-alpha.h index 775225f..20e5e85 100644 --- a/gcc/config/alpha/xm-alpha.h +++ b/gcc/config/alpha/xm-alpha.h @@ -1,5 +1,5 @@ /* Configuration for GNU C-compiler for DEC Alpha. - Copyright (C) 1990 Free Software Foundation, Inc. + Copyright (C) 1990, 192, 1993 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@nyu.edu). This file is part of GNU CC. @@ -59,7 +59,3 @@ extern char *malloc (), *realloc (), *sbrk (), *calloc (); #endif #include "string.h" - -#ifndef __GNUC__ -#define ONLY_INT_FIELDS -#endif |